public class ListCH extends java.lang.Object implements ConversionHandler
Constructor and Description |
---|
ListCH() |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvertFrom(java.lang.Class cls)
This method is used to indicate to the runtime whehter or not the handler knows how to convert
from the specified type.
|
java.lang.Object |
convertFrom(java.lang.Object in)
Converts the passed argument to the type represented by the handler.
|
public java.lang.Object convertFrom(java.lang.Object in)
ConversionHandler
convertFrom
in interface ConversionHandler
in
- - the input typepublic boolean canConvertFrom(java.lang.Class cls)
ConversionHandler
canConvertFrom
in interface ConversionHandler
cls
- - the source typeCopyright © 2012. All Rights Reserved.