net.sf.ezmorph.primitive
public final class FloatMorpher extends AbstractDecimalMorpher
| Constructor Summary | |
|---|---|
| FloatMorpher() | |
| FloatMorpher(float defaultValue) | |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| float | getDefaultValue()
Returns the default value for this Morpher. |
| int | hashCode() |
| float | morph(Object value)
Morphs the input object into an output object of the supported type.
|
| Class | morphsTo() |
Parameters: defaultValue return value if the value to be morphed is null
Parameters: value The input value to be morphed
Throws: MorphException if conversion cannot be performed successfully