public interface PropertyDescriptorCreationStrategy
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) |
DozerPropertyDescriptor buildFor(Class<?> clazz, String fieldName, boolean isIndexed, int index, HintContainer srcDeepIndexHintContainer, HintContainer destDeepIndexHintContainer)
Copyright © 2005-2014 dozer. All Rights Reserved.