org.dozer.classmap
Class Configuration

java.lang.Object
  extended by 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

Constructor Summary
Configuration()
           
 
Method Summary
 AllowedExceptionContainer getAllowedExceptions()
           
 String getBeanFactory()
           
 CopyByReferenceContainer getCopyByReferences()
           
 CustomConverterContainer getCustomConverters()
           
 String getDateFormat()
           
 RelationshipType getRelationshipType()
           
 Boolean getStopOnErrors()
           
 Boolean getTrimStrings()
           
 Boolean getWildcard()
           
 void setBeanFactory(String beanFactory)
           
 void setDateFormat(String format)
           
 void setRelationshipType(RelationshipType relationshipType)
           
 void setStopOnErrors(Boolean stopOnErrors)
           
 void setTrimStrings(Boolean trimStrings)
           
 void setWildcard(Boolean globalWildcardPolicy)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Method Detail

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.