Interface PropertyDescriptorCreationStrategy
-
public interface PropertyDescriptorCreationStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DozerPropertyDescriptorbuildFor(Class<?> clazz, String fieldName, boolean isIndexed, int index, HintContainer srcDeepIndexHintContainer, HintContainer destDeepIndexHintContainer)booleanisApplicable(Class<?> clazz, String fieldName)
-
-
-
Method Detail
-
buildFor
DozerPropertyDescriptor buildFor(Class<?> clazz, String fieldName, boolean isIndexed, int index, HintContainer srcDeepIndexHintContainer, HintContainer destDeepIndexHintContainer)
-
-