Class CustomGetSetMethodFieldMap
- java.lang.Object
-
- com.github.dozermapper.core.fieldmap.FieldMap
-
- com.github.dozermapper.core.fieldmap.CustomGetSetMethodFieldMap
-
-
Field Summary
-
Fields inherited from class com.github.dozermapper.core.fieldmap.FieldMap
beanContainer, destBeanCreator, propertyDescriptorFactory
-
-
Constructor Summary
Constructors Constructor Description CustomGetSetMethodFieldMap(ClassMap classMap, BeanContainer beanContainer, DestBeanCreator destBeanCreator, PropertyDescriptorFactory propertyDescriptorFactory)
-
Method Summary
-
Methods inherited from class com.github.dozermapper.core.fieldmap.FieldMap
clone, getClassMap, getCustomConverter, getCustomConverterId, getCustomConverterParam, getDateFormat, getDestDeepIndexHintContainer, getDestField, getDestFieldCopy, getDestFieldCreateMethod, getDestFieldIndex, getDestFieldKey, getDestFieldMapGetMethod, getDestFieldMapSetMethod, getDestFieldName, getDestFieldTheGetMethod, getDestFieldTheSetMethod, getDestFieldType, getDestFieldType, getDestFieldWriteMethodParameter, getDestHintContainer, getDestHintType, getDestPropertyDescriptor, getDestValue, getGenericType, getMapId, getRelationshipType, getSrcDeepIndexHintContainer, getSrcField, getSrcFieldCopy, getSrcFieldCreateMethod, getSrcFieldIndex, getSrcFieldKey, getSrcFieldMapGetMethod, getSrcFieldMapSetMethod, getSrcFieldName, getSrcFieldTheGetMethod, getSrcFieldTheSetMethod, getSrcFieldType, getSrcFieldType, getSrcFieldValue, getSrcHintContainer, getSrcPropertyDescriptor, getType, isCopyByReference, isCopyByReferenceOveridden, isDestFieldAccessible, isDestFieldIndexed, isDestMapEmptyString, isDestMapNull, isDestSelfReferencing, isNonCumulativeRelationship, isRemoveOrphans, isSrcFieldAccessible, isSrcFieldIndexed, isSrcSelfReferencing, isStopOnErrors, isTrimStrings, setClassMap, setCopyByReference, setCustomConverter, setCustomConverterId, setCustomConverterParam, setDestDeepIndexHintContainer, setDestField, setDestHintContainer, setMapId, setRelationshipType, setRemoveOrphans, setSrcDeepIndexHintContainer, setSrcField, setSrcHintContainer, setType, toString, validate, writeDestValue
-
-
-
-
Constructor Detail
-
CustomGetSetMethodFieldMap
public CustomGetSetMethodFieldMap(ClassMap classMap, BeanContainer beanContainer, DestBeanCreator destBeanCreator, PropertyDescriptorFactory propertyDescriptorFactory)
-
-