public class ClassInspectionRequest extends Object implements Serializable
Java class for ClassInspectionRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassInspectionRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FieldNameBlacklist" type="{http://atlasmap.io/v2}StringList" minOccurs="0"/> <element name="ClassNameBlacklist" type="{http://atlasmap.io/v2}StringList" minOccurs="0"/> <element name="classpath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="className" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="disablePrivateOnlyFields" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="disableProtectedOnlyFields" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="disablePublicOnlyFields" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="disablePublicGetterSetterFields" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected io.atlasmap.v2.StringList |
classNameBlacklist |
protected String |
classpath |
protected Boolean |
disablePrivateOnlyFields |
protected Boolean |
disableProtectedOnlyFields |
protected Boolean |
disablePublicGetterSetterFields |
protected Boolean |
disablePublicOnlyFields |
protected io.atlasmap.v2.StringList |
fieldNameBlacklist |
Constructor and Description |
---|
ClassInspectionRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getClassName()
Gets the value of the className property.
|
io.atlasmap.v2.StringList |
getClassNameBlacklist()
Gets the value of the classNameBlacklist property.
|
String |
getClasspath()
Gets the value of the classpath property.
|
io.atlasmap.v2.StringList |
getFieldNameBlacklist()
Gets the value of the fieldNameBlacklist property.
|
int |
hashCode() |
Boolean |
isDisablePrivateOnlyFields()
Gets the value of the disablePrivateOnlyFields property.
|
Boolean |
isDisableProtectedOnlyFields()
Gets the value of the disableProtectedOnlyFields property.
|
Boolean |
isDisablePublicGetterSetterFields()
Gets the value of the disablePublicGetterSetterFields property.
|
Boolean |
isDisablePublicOnlyFields()
Gets the value of the disablePublicOnlyFields property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setClassNameBlacklist(io.atlasmap.v2.StringList value)
Sets the value of the classNameBlacklist property.
|
void |
setClasspath(String value)
Sets the value of the classpath property.
|
void |
setDisablePrivateOnlyFields(Boolean value)
Sets the value of the disablePrivateOnlyFields property.
|
void |
setDisableProtectedOnlyFields(Boolean value)
Sets the value of the disableProtectedOnlyFields property.
|
void |
setDisablePublicGetterSetterFields(Boolean value)
Sets the value of the disablePublicGetterSetterFields property.
|
void |
setDisablePublicOnlyFields(Boolean value)
Sets the value of the disablePublicOnlyFields property.
|
void |
setFieldNameBlacklist(io.atlasmap.v2.StringList value)
Sets the value of the fieldNameBlacklist property.
|
protected io.atlasmap.v2.StringList fieldNameBlacklist
protected io.atlasmap.v2.StringList classNameBlacklist
protected String classpath
protected String className
protected Boolean disablePrivateOnlyFields
protected Boolean disableProtectedOnlyFields
protected Boolean disablePublicOnlyFields
protected Boolean disablePublicGetterSetterFields
public io.atlasmap.v2.StringList getFieldNameBlacklist()
StringList
public void setFieldNameBlacklist(io.atlasmap.v2.StringList value)
value
- allowed object is
StringList
public io.atlasmap.v2.StringList getClassNameBlacklist()
StringList
public void setClassNameBlacklist(io.atlasmap.v2.StringList value)
value
- allowed object is
StringList
public String getClasspath()
String
public void setClasspath(String value)
value
- allowed object is
String
public String getClassName()
String
public void setClassName(String value)
value
- allowed object is
String
public Boolean isDisablePrivateOnlyFields()
Boolean
public void setDisablePrivateOnlyFields(Boolean value)
value
- allowed object is
Boolean
public Boolean isDisableProtectedOnlyFields()
Boolean
public void setDisableProtectedOnlyFields(Boolean value)
value
- allowed object is
Boolean
public Boolean isDisablePublicOnlyFields()
Boolean
public void setDisablePublicOnlyFields(Boolean value)
value
- allowed object is
Boolean
public Boolean isDisablePublicGetterSetterFields()
Boolean
public void setDisablePublicGetterSetterFields(Boolean value)
value
- allowed object is
Boolean
Copyright © 2018 JBoss by Red Hat. All rights reserved.