public class ProtoFieldPropertyDescriptorCreationStrategy extends Object implements PropertyDescriptorCreationStrategy
| Constructor and Description |
|---|
ProtoFieldPropertyDescriptorCreationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
DozerPropertyDescriptor |
buildFor(Class<?> clazz,
String fieldName,
boolean isIndexed,
int index,
HintContainer srcDeepIndexHintContainer,
HintContainer destDeepIndexHintContainer) |
boolean |
isApplicable(Class<?> clazz,
String fieldName) |
public ProtoFieldPropertyDescriptorCreationStrategy()
public DozerPropertyDescriptor buildFor(Class<?> clazz, String fieldName, boolean isIndexed, int index, HintContainer srcDeepIndexHintContainer, HintContainer destDeepIndexHintContainer)
buildFor in interface PropertyDescriptorCreationStrategypublic boolean isApplicable(Class<?> clazz, String fieldName)
isApplicable in interface PropertyDescriptorCreationStrategyCopyright © 2005–2021 dozer. All rights reserved.