public class ProtoFieldPropertyDescriptor extends AbstractPropertyDescriptor
clazz, destDeepIndexHintContainer, fieldName, index, isIndexed, srcDeepIndexHintContainer
Constructor and Description |
---|
ProtoFieldPropertyDescriptor(Class<?> clazz,
String fieldName,
boolean isIndexed,
int index,
HintContainer srcDeepIndexHintContainer,
HintContainer destDeepIndexHintContainer) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
genericType()
Determines generic parameter type
|
Class<?> |
getPropertyType() |
Object |
getPropertyValue(Object bean) |
void |
setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
public ProtoFieldPropertyDescriptor(Class<?> clazz, String fieldName, boolean isIndexed, int index, HintContainer srcDeepIndexHintContainer, HintContainer destDeepIndexHintContainer)
public Class<?> getPropertyType()
public Class<?> genericType()
DozerPropertyDescriptor
Copyright © 2005–2018 dozer. All rights reserved.