public interface ObjectTypeMapper
| Modifier and Type | Method and Description |
|---|---|
void |
assignAttributeToObject(Object attributeObject,
Object parentObject,
String attributeName) |
String |
formatPackageName(String packageName) |
Object |
getAttributeFromObject(Object input,
String sourceAttributeName) |
Class<?> |
getParameterizedCollectionTypeFromObject(Object input,
String sourceAttributeName) |
Object |
getSourceAttribute(Object input,
String sourceAttributeName) |
Object |
instantiateObjectFromAttributeName(Object input,
String attributeName) |
void assignAttributeToObject(Object attributeObject, Object parentObject, String attributeName)
Object getSourceAttribute(Object input, String sourceAttributeName) throws AttributeNotFoundException
AttributeNotFoundExceptionObject instantiateObjectFromAttributeName(Object input, String attributeName)
Copyright © 2014. All Rights Reserved.