Uses of Interface
com.github.dozermapper.core.propertydescriptor.DozerPropertyDescriptor
-
Packages that use DozerPropertyDescriptor Package Description com.github.dozermapper.core.fieldmap Mapping definition used internally for fieldscom.github.dozermapper.core.propertydescriptor DozerPropertyDescriptorstrategies used to map objects -
-
Uses of DozerPropertyDescriptor in com.github.dozermapper.core.fieldmap
Methods in com.github.dozermapper.core.fieldmap that return DozerPropertyDescriptor Modifier and Type Method Description protected DozerPropertyDescriptorFieldMap. getDestPropertyDescriptor(Class<?> runtimeDestClass)protected DozerPropertyDescriptorFieldMap. getSrcPropertyDescriptor(Class<?> runtimeSrcClass) -
Uses of DozerPropertyDescriptor in com.github.dozermapper.core.propertydescriptor
Classes in com.github.dozermapper.core.propertydescriptor that implement DozerPropertyDescriptor Modifier and Type Class Description classAbstractPropertyDescriptorInternal abstract property descriptor containing common property descriptor logic.classCustomGetSetPropertyDescriptorInternal class used to read and write values for fields that have an explicitly specified getter or setter method.classFieldPropertyDescriptorInternal class that directly accesses the field via reflection.classGetterSetterPropertyDescriptorInternal class used to read and write values for fields that have a getter and setter method.classJavaBeanPropertyDescriptorInternal class used to read and write values for fields that follow the java bean spec and have corresponding getter/setter methods for the field that are name accordingly.classMapPropertyDescriptorInternal class used to read and write values for Map backed objects that use key/value pairs.classSelfPropertyDescriptorInternal class used for copy by reference mappings.classXmlBeanPropertyDescriptorMethods in com.github.dozermapper.core.propertydescriptor that return DozerPropertyDescriptor Modifier and Type Method Description DozerPropertyDescriptorPropertyDescriptorCreationStrategy. buildFor(Class<?> clazz, String fieldName, boolean isIndexed, int index, HintContainer srcDeepIndexHintContainer, HintContainer destDeepIndexHintContainer)DozerPropertyDescriptorPropertyDescriptorFactory. getPropertyDescriptor(Class<?> clazz, String theGetMethod, String theSetMethod, String mapGetMethod, String mapSetMethod, boolean isAccessible, boolean isIndexed, int index, String name, String key, boolean isSelfReferencing, String oppositeFieldName, HintContainer srcDeepIndexHintContainer, HintContainer destDeepIndexHintContainer, String beanFactory, BeanContainer beanContainer, DestBeanCreator destBeanCreator)
-