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 PropertyDescriptorCreationStrategy
public boolean isApplicable(Class<?> clazz, String fieldName)
isApplicable
in interface PropertyDescriptorCreationStrategy
Copyright © 2005–2019 dozer. All rights reserved.