net.sf.ezmorph
public interface Morpher
morph( Object value )
method
that returns the appropiate morphed value.
Method Summary | |
---|---|
Class | morphsTo()
Returns the target Class for conversion.
|
boolean | supports(Class clazz)
Returns true if the Morpher supports conversion from this Class.
|
Returns: the target Class for conversion.
Parameters: clazz the source Class
Returns: true if clazz is supported by this morpher, false otherwise.