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,EnumMorpher,FloatArrayMorpher,IdentityObjectMorpher,IntArrayMorpher,LongArrayMorpher,MapToDateMorpher,NumberMorpher,ObjectArrayMorpher,ObjectListMorpher,ShortArrayMorpher,StringMorpher,SwitchingMorpher
Marker interface for morphers that return an Object.
- Author:
- Andres Almiray aalmiray@users.sourceforge.net
-
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
-