Class GenericFieldMap
- java.lang.Object
-
- com.github.dozermapper.core.fieldmap.FieldMap
-
- com.github.dozermapper.core.fieldmap.GenericFieldMap
-
-
Field Summary
-
Fields inherited from class com.github.dozermapper.core.fieldmap.FieldMap
beanContainer, destBeanCreator, propertyDescriptorFactory
-
-
Constructor Summary
Constructors Constructor Description GenericFieldMap(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
-
GenericFieldMap
public GenericFieldMap(ClassMap classMap, BeanContainer beanContainer, DestBeanCreator destBeanCreator, PropertyDescriptorFactory propertyDescriptorFactory)
-
-