|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface DataBeanMapper
Method Summary | |
---|---|
Data |
convertFromBean(Object value,
Metadata metadata)
Deprecated. Takes a DTO Bean and converts it to a Data map structure. |
Object |
convertFromData(Data data,
Class<?> clazz,
Metadata metadata)
Deprecated. Takes a data map and converts it to the corresponding DTO Bean |
Method Detail |
---|
Data convertFromBean(Object value, Metadata metadata) throws Exception
value
- The DTO Bean to convert to data mapmetadata
- Metadata describing the dto bean
Exception
Object convertFromData(Data data, Class<?> clazz, Metadata metadata) throws Exception
data
- clazz
-
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |