public class FloatCH extends Object implements ConversionHandler
| Constructor and Description |
|---|
FloatCH() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvertFrom(Class cls)
This method is used to indicate to the runtime whehter or not the handler knows how to convert
from the specified type.
|
Object |
convertFrom(Object in)
Converts the passed argument to the type represented by the handler.
|
public Object convertFrom(Object in)
ConversionHandlerconvertFrom in interface ConversionHandlerin - - the input typepublic boolean canConvertFrom(Class cls)
ConversionHandlercanConvertFrom in interface ConversionHandlercls - - the source typeCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.