ObjectMorpher
AbstractArrayMorpher
, AbstractDecimalMorpher
, AbstractIntegerMorpher
, AbstractObjectMorpher
, AbstractPrimitiveMorpher
, BeanMorpher
, BigDecimalMorpher
, BigIntegerMorpher
, BooleanArrayMorpher
, BooleanMorpher
, BooleanObjectArrayMorpher
, BooleanObjectMorpher
, ByteArrayMorpher
, ByteMorpher
, CharacterObjectArrayMorpher
, CharacterObjectMorpher
, CharArrayMorpher
, CharMorpher
, ClassMorpher
, DateMorpher
, DoubleArrayMorpher
, DoubleMorpher
, FloatArrayMorpher
, FloatMorpher
, IdentityObjectMorpher
, IntArrayMorpher
, IntMorpher
, LongArrayMorpher
, LongMorpher
, MapToDateMorpher
, NumberMorpher
, ObjectArrayMorpher
, ObjectListMorpher
, ShortArrayMorpher
, ShortMorpher
, StringMorpher
, SwitchingMorpher
public interface Morpher
morph( Object value )
method
that returns the appropiate morphed value.Modifier and Type | Method | Description |
---|---|---|
Class |
morphsTo() |
Returns the target Class for conversion.
|
boolean |
supports(Class clazz) |
Returns true if the Morpher supports conversion from this Class.
|
Class morphsTo()
boolean supports(Class clazz)
clazz
- the source ClassCopyright © 2006–2019. All rights reserved.