public class Configuration extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://dozer.sourceforge.net}stop-on-errors" minOccurs="0"/>
<element ref="{http://dozer.sourceforge.net}date-format" minOccurs="0"/>
<element ref="{http://dozer.sourceforge.net}wildcard" minOccurs="0"/>
<element ref="{http://dozer.sourceforge.net}trim-strings" minOccurs="0"/>
<element ref="{http://dozer.sourceforge.net}map-null" minOccurs="0"/>
<element ref="{http://dozer.sourceforge.net}map-empty-string" minOccurs="0"/>
<element ref="{http://dozer.sourceforge.net}bean-factory" minOccurs="0"/>
<element ref="{http://dozer.sourceforge.net}relationship-type" minOccurs="0"/>
<element ref="{http://dozer.sourceforge.net}custom-converters" minOccurs="0"/>
<element ref="{http://dozer.sourceforge.net}copy-by-references" minOccurs="0"/>
<element ref="{http://dozer.sourceforge.net}allowed-exceptions" minOccurs="0"/>
<element ref="{http://dozer.sourceforge.net}variables" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllowedExceptions |
allowedExceptions |
protected String |
beanFactory |
protected CopyByReferences |
copyByReferences |
protected CustomConverters |
customConverters |
protected String |
dateFormat |
protected Boolean |
mapEmptyString |
protected Boolean |
mapNull |
protected Relationship |
relationshipType |
protected Boolean |
stopOnErrors |
protected Boolean |
trimStrings |
protected Variables |
variables |
protected Boolean |
wildcard |
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
AllowedExceptions |
getAllowedExceptions()
Gets the value of the allowedExceptions property.
|
String |
getBeanFactory()
Gets the value of the beanFactory property.
|
CopyByReferences |
getCopyByReferences()
Gets the value of the copyByReferences property.
|
CustomConverters |
getCustomConverters()
Gets the value of the customConverters property.
|
String |
getDateFormat()
Gets the value of the dateFormat property.
|
Relationship |
getRelationshipType()
Gets the value of the relationshipType property.
|
Variables |
getVariables()
Gets the value of the variables property.
|
Boolean |
isMapEmptyString()
Gets the value of the mapEmptyString property.
|
Boolean |
isMapNull()
Gets the value of the mapNull property.
|
Boolean |
isStopOnErrors()
Gets the value of the stopOnErrors property.
|
Boolean |
isTrimStrings()
Gets the value of the trimStrings property.
|
Boolean |
isWildcard()
Gets the value of the wildcard property.
|
void |
setAllowedExceptions(AllowedExceptions value)
Sets the value of the allowedExceptions property.
|
void |
setBeanFactory(String value)
Sets the value of the beanFactory property.
|
void |
setCopyByReferences(CopyByReferences value)
Sets the value of the copyByReferences property.
|
void |
setCustomConverters(CustomConverters value)
Sets the value of the customConverters property.
|
void |
setDateFormat(String value)
Sets the value of the dateFormat property.
|
void |
setMapEmptyString(Boolean value)
Sets the value of the mapEmptyString property.
|
void |
setMapNull(Boolean value)
Sets the value of the mapNull property.
|
void |
setRelationshipType(Relationship value)
Sets the value of the relationshipType property.
|
void |
setStopOnErrors(Boolean value)
Sets the value of the stopOnErrors property.
|
void |
setTrimStrings(Boolean value)
Sets the value of the trimStrings property.
|
void |
setVariables(Variables value)
Sets the value of the variables property.
|
void |
setWildcard(Boolean value)
Sets the value of the wildcard property.
|
protected Boolean stopOnErrors
protected String dateFormat
protected Boolean wildcard
protected Boolean trimStrings
protected Boolean mapNull
protected Boolean mapEmptyString
protected String beanFactory
protected Relationship relationshipType
protected CustomConverters customConverters
protected CopyByReferences copyByReferences
protected AllowedExceptions allowedExceptions
protected Variables variables
public Boolean isStopOnErrors()
Booleanpublic void setStopOnErrors(Boolean value)
value - allowed object is
Booleanpublic String getDateFormat()
Stringpublic void setDateFormat(String value)
value - allowed object is
Stringpublic Boolean isWildcard()
Booleanpublic void setWildcard(Boolean value)
value - allowed object is
Booleanpublic Boolean isTrimStrings()
Booleanpublic void setTrimStrings(Boolean value)
value - allowed object is
Booleanpublic Boolean isMapNull()
Booleanpublic void setMapNull(Boolean value)
value - allowed object is
Booleanpublic Boolean isMapEmptyString()
Booleanpublic void setMapEmptyString(Boolean value)
value - allowed object is
Booleanpublic String getBeanFactory()
Stringpublic void setBeanFactory(String value)
value - allowed object is
Stringpublic Relationship getRelationshipType()
Relationshippublic void setRelationshipType(Relationship value)
value - allowed object is
Relationshippublic CustomConverters getCustomConverters()
CustomConverterspublic void setCustomConverters(CustomConverters value)
value - allowed object is
CustomConverterspublic CopyByReferences getCopyByReferences()
CopyByReferencespublic void setCopyByReferences(CopyByReferences value)
value - allowed object is
CopyByReferencespublic AllowedExceptions getAllowedExceptions()
AllowedExceptionspublic void setAllowedExceptions(AllowedExceptions value)
value - allowed object is
AllowedExceptionspublic Variables getVariables()
VariablesCopyright © 2017 JBoss by Red Hat. All rights reserved.