public abstract class FieldMap extends Object implements Cloneable
public FieldMap(ClassMap classMap)
public ClassMap getClassMap()
public void setClassMap(ClassMap classMap)
@Deprecated public Class<?> getDestFieldWriteMethodParameter(Class<?> runtimeDestClass)
public HintContainer getDestHintContainer()
public void setDestHintContainer(HintContainer destHint)
public HintContainer getSrcHintContainer()
public void setSrcHintContainer(HintContainer sourceHint)
public String getSrcFieldMapGetMethod()
public String getSrcFieldMapSetMethod()
public String getDestFieldMapGetMethod()
public String getDestFieldMapSetMethod()
public String getSrcFieldName()
public String getDestFieldName()
public String getDestFieldType()
public String getSrcFieldType()
public String getDateFormat()
public String getDestFieldCreateMethod()
public String getSrcFieldCreateMethod()
public boolean isDestFieldIndexed()
public boolean isSrcFieldIndexed()
public int getSrcFieldIndex()
public int getDestFieldIndex()
public String getSrcFieldTheGetMethod()
public String getDestFieldTheGetMethod()
public String getSrcFieldTheSetMethod()
public String getDestFieldTheSetMethod()
public String getSrcFieldKey()
public String getDestFieldKey()
public boolean isDestFieldAccessible()
public boolean isSrcFieldAccessible()
public void setSrcField(DozerField sourceField)
public void setDestField(DozerField destField)
public HintContainer getDestDeepIndexHintContainer()
public void setDestDeepIndexHintContainer(HintContainer destDeepIndexHintHint)
public HintContainer getSrcDeepIndexHintContainer()
public void setSrcDeepIndexHintContainer(HintContainer srcDeepIndexHint)
public MappingDirection getType()
public void setType(MappingDirection type)
public boolean isCopyByReference()
public void setCopyByReference(boolean copyByReference)
protected boolean isSrcSelfReferencing()
protected boolean isDestSelfReferencing()
public boolean isCopyByReferenceOveridden()
public String getMapId()
public void setMapId(String mapId)
public String getCustomConverter()
public void setCustomConverter(String customConverter)
public RelationshipType getRelationshipType()
public void setRelationshipType(RelationshipType relationshipType)
public void validate()
protected DozerPropertyDescriptor getSrcPropertyDescriptor(Class<?> runtimeSrcClass)
protected DozerPropertyDescriptor getDestPropertyDescriptor(Class<?> runtimeDestClass)
public DozerField getSrcFieldCopy()
public DozerField getDestFieldCopy()
protected DozerField getSrcField()
protected DozerField getDestField()
public String getCustomConverterId()
public void setCustomConverterId(String customConverterId)
public boolean isRemoveOrphans()
public void setRemoveOrphans(boolean removeOrphans)
public boolean isDestMapNull()
public boolean isDestMapEmptyString()
public boolean isTrimStrings()
public boolean isStopOnErrors()
public boolean isNonCumulativeRelationship()
public String getCustomConverterParam()
public void setCustomConverterParam(String customConverterParam)
Copyright © 2005-2014 dozer. All Rights Reserved.