org.dozer.classmap
Class Configuration
java.lang.Object
org.dozer.classmap.Configuration
public class Configuration
- extends Object
Internal class that represents the configuration block specified in the mapping xml file(s). Only intended for
internal use.
- Author:
- garsombke.franz, sullins.ben, tierney.matt
Configuration
public Configuration()
getAllowedExceptions
public AllowedExceptionContainer getAllowedExceptions()
getCustomConverters
public CustomConverterContainer getCustomConverters()
getDateFormat
public String getDateFormat()
setDateFormat
public void setDateFormat(String format)
getWildcard
public Boolean getWildcard()
setWildcard
public void setWildcard(Boolean globalWildcardPolicy)
getStopOnErrors
public Boolean getStopOnErrors()
setStopOnErrors
public void setStopOnErrors(Boolean stopOnErrors)
getBeanFactory
public String getBeanFactory()
setBeanFactory
public void setBeanFactory(String beanFactory)
getCopyByReferences
public CopyByReferenceContainer getCopyByReferences()
getTrimStrings
public Boolean getTrimStrings()
setTrimStrings
public void setTrimStrings(Boolean trimStrings)
getRelationshipType
public RelationshipType getRelationshipType()
setRelationshipType
public void setRelationshipType(RelationshipType relationshipType)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2011 dozer. All Rights Reserved.