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()
Boolean
public void setStopOnErrors(Boolean value)
value
- allowed object is
Boolean
public String getDateFormat()
String
public void setDateFormat(String value)
value
- allowed object is
String
public Boolean isWildcard()
Boolean
public void setWildcard(Boolean value)
value
- allowed object is
Boolean
public Boolean isTrimStrings()
Boolean
public void setTrimStrings(Boolean value)
value
- allowed object is
Boolean
public Boolean isMapNull()
Boolean
public void setMapNull(Boolean value)
value
- allowed object is
Boolean
public Boolean isMapEmptyString()
Boolean
public void setMapEmptyString(Boolean value)
value
- allowed object is
Boolean
public String getBeanFactory()
String
public void setBeanFactory(String value)
value
- allowed object is
String
public Relationship getRelationshipType()
Relationship
public void setRelationshipType(Relationship value)
value
- allowed object is
Relationship
public CustomConverters getCustomConverters()
CustomConverters
public void setCustomConverters(CustomConverters value)
value
- allowed object is
CustomConverters
public CopyByReferences getCopyByReferences()
CopyByReferences
public void setCopyByReferences(CopyByReferences value)
value
- allowed object is
CopyByReferences
public AllowedExceptions getAllowedExceptions()
AllowedExceptions
public void setAllowedExceptions(AllowedExceptions value)
value
- allowed object is
AllowedExceptions
public Variables getVariables()
Variables
Copyright © 2019 JBoss by Red Hat. All rights reserved.