public class ClassInspectionRequest extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected io.atlasmap.v2.StringList |
classNameBlacklist |
protected String |
classpath |
protected String |
collectionClassName |
protected io.atlasmap.v2.CollectionType |
collectionType |
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.
|
String |
getCollectionClassName()
Gets the value of the collectionClassName property.
|
io.atlasmap.v2.CollectionType |
getCollectionType()
Gets the value of the collectionType 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 |
setCollectionClassName(String value)
Sets the value of the collectionClassName property.
|
void |
setCollectionType(io.atlasmap.v2.CollectionType value)
Sets the value of the collectionType 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 io.atlasmap.v2.CollectionType collectionType
protected String collectionClassName
protected Boolean disablePrivateOnlyFields
protected Boolean disableProtectedOnlyFields
protected Boolean disablePublicOnlyFields
protected Boolean disablePublicGetterSetterFields
public io.atlasmap.v2.StringList getFieldNameBlacklist()
StringListpublic void setFieldNameBlacklist(io.atlasmap.v2.StringList value)
value - allowed object is
StringListpublic io.atlasmap.v2.StringList getClassNameBlacklist()
StringListpublic void setClassNameBlacklist(io.atlasmap.v2.StringList value)
value - allowed object is
StringListpublic String getClasspath()
Stringpublic void setClasspath(String value)
value - allowed object is
Stringpublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic io.atlasmap.v2.CollectionType getCollectionType()
CollectionTypepublic void setCollectionType(io.atlasmap.v2.CollectionType value)
value - allowed object is
CollectionTypepublic String getCollectionClassName()
Stringpublic void setCollectionClassName(String value)
value - allowed object is
Stringpublic Boolean isDisablePrivateOnlyFields()
Booleanpublic void setDisablePrivateOnlyFields(Boolean value)
value - allowed object is
Booleanpublic Boolean isDisableProtectedOnlyFields()
Booleanpublic void setDisableProtectedOnlyFields(Boolean value)
value - allowed object is
Booleanpublic Boolean isDisablePublicOnlyFields()
Booleanpublic void setDisablePublicOnlyFields(Boolean value)
value - allowed object is
Booleanpublic Boolean isDisablePublicGetterSetterFields()
Booleanpublic void setDisablePublicGetterSetterFields(Boolean value)
value - allowed object is
BooleanCopyright © 2021 JBoss by Red Hat. All rights reserved.