|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jbeanmapper.DefaultBeanConverter
Basic converter. Supported loop types include Collections, Maps and Arrays.
| Constructor Summary | |
DefaultBeanConverter()
|
|
| Method Summary | |
java.lang.Object |
convert(java.lang.Class type,
java.lang.Object value,
MappingContext context)
Convert the specified input object into an output object of the specified type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultBeanConverter()
| Method Detail |
public java.lang.Object convert(java.lang.Class type,
java.lang.Object value,
MappingContext context)
throws BeanMappingException,
PropertyMappingException
convert in interface BeanConvertertype - Data type to which this value should be convertedvalue - The input value to be convertedcontext - the context for this mapping.
type converted from value.
PropertyMappingException - if property mapping fails.
BeanMappingException - if a bean mapping fails.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||