Package net.sf.ezmorph
Interface ObjectMorpher
- All Superinterfaces:
Morpher
- All Known Implementing Classes:
AbstractArrayMorpher
,AbstractObjectMorpher
,BeanMorpher
,BigDecimalMorpher
,BigIntegerMorpher
,BooleanArrayMorpher
,BooleanObjectArrayMorpher
,BooleanObjectMorpher
,ByteArrayMorpher
,CharacterObjectArrayMorpher
,CharacterObjectMorpher
,CharArrayMorpher
,ClassMorpher
,DateMorpher
,DoubleArrayMorpher
,FloatArrayMorpher
,IdentityObjectMorpher
,IntArrayMorpher
,LongArrayMorpher
,MapToDateMorpher
,NumberMorpher
,ObjectArrayMorpher
,ObjectListMorpher
,ShortArrayMorpher
,StringMorpher
,SwitchingMorpher
Marker interface for morphers that return an Object.
-
Method Summary
-
Method Details
-
morph
Morphs the input object into an output object of the supported type.- Parameters:
value
- The input value to be morphed- Throws:
MorphException
- if conversion cannot be performed successfully
-