public interface Morpher
morph( Object value )
method
that returns the appropiate morphed value.Modifier and Type | Method and 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–2021. All rights reserved.