org.dozer.fieldmap
Class CustomGetSetMethodFieldMap

java.lang.Object
  extended by org.dozer.fieldmap.FieldMap
      extended by org.dozer.fieldmap.CustomGetSetMethodFieldMap
All Implemented Interfaces:
Cloneable

public class CustomGetSetMethodFieldMap
extends FieldMap

Only intended for internal use.

Author:
garsombke.franz, sullins.ben, tierney.matt

Constructor Summary
CustomGetSetMethodFieldMap(ClassMap classMap)
           
 
Method Summary
 
Methods inherited from class org.dozer.fieldmap.FieldMap
clone, getClassMap, getCustomConverter, getCustomConverterId, getCustomConverterParam, getDateFormat, getDestDeepIndexHintContainer, getDestField, getDestFieldCopy, getDestFieldCreateMethod, getDestFieldIndex, getDestFieldKey, getDestFieldMapGetMethod, getDestFieldMapSetMethod, getDestFieldName, getDestFieldTheGetMethod, getDestFieldTheSetMethod, getDestFieldType, getDestFieldType, getDestFieldWriteMethod, 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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomGetSetMethodFieldMap

public CustomGetSetMethodFieldMap(ClassMap classMap)


Copyright © 2005-2011 dozer. All Rights Reserved.