Package io.atlasmap.java.v2
Class ClassInspectionRequest
- java.lang.Object
-
- io.atlasmap.java.v2.ClassInspectionRequest
-
- All Implemented Interfaces:
Serializable
public class ClassInspectionRequest extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringclassNameprotected io.atlasmap.v2.StringListclassNameExclusionsprotected Stringclasspathprotected StringcollectionClassNameprotected io.atlasmap.v2.CollectionTypecollectionTypeprotected BooleandisablePrivateOnlyFieldsprotected BooleandisableProtectedOnlyFieldsprotected BooleandisablePublicGetterSetterFieldsprotected BooleandisablePublicOnlyFieldsprotected io.atlasmap.v2.StringListfieldNameExclusions
-
Constructor Summary
Constructors Constructor Description ClassInspectionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetClassName()Gets the value of the className property.io.atlasmap.v2.StringListgetClassNameExclusions()Gets the value of the classNameExclusions property.StringgetClasspath()Gets the value of the classpath property.StringgetCollectionClassName()Gets the value of the collectionClassName property.io.atlasmap.v2.CollectionTypegetCollectionType()Gets the value of the collectionType property.io.atlasmap.v2.StringListgetFieldNameExclusions()Gets the value of the fieldNameExclusions property.inthashCode()BooleanisDisablePrivateOnlyFields()Gets the value of the disablePrivateOnlyFields property.BooleanisDisableProtectedOnlyFields()Gets the value of the disableProtectedOnlyFields property.BooleanisDisablePublicGetterSetterFields()Gets the value of the disablePublicGetterSetterFields property.BooleanisDisablePublicOnlyFields()Gets the value of the disablePublicOnlyFields property.voidsetClassName(String value)Sets the value of the className property.voidsetClassNameExclusions(io.atlasmap.v2.StringList value)Sets the value of the classNameExclusions property.voidsetClasspath(String value)Sets the value of the classpath property.voidsetCollectionClassName(String value)Sets the value of the collectionClassName property.voidsetCollectionType(io.atlasmap.v2.CollectionType value)Sets the value of the collectionType property.voidsetDisablePrivateOnlyFields(Boolean value)Sets the value of the disablePrivateOnlyFields property.voidsetDisableProtectedOnlyFields(Boolean value)Sets the value of the disableProtectedOnlyFields property.voidsetDisablePublicGetterSetterFields(Boolean value)Sets the value of the disablePublicGetterSetterFields property.voidsetDisablePublicOnlyFields(Boolean value)Sets the value of the disablePublicOnlyFields property.voidsetFieldNameExclusions(io.atlasmap.v2.StringList value)Sets the value of the fieldNameExclusions property.
-
-
-
Field Detail
-
fieldNameExclusions
protected io.atlasmap.v2.StringList fieldNameExclusions
-
classNameExclusions
protected io.atlasmap.v2.StringList classNameExclusions
-
classpath
protected String classpath
-
className
protected String className
-
collectionType
protected io.atlasmap.v2.CollectionType collectionType
-
collectionClassName
protected String collectionClassName
-
disablePrivateOnlyFields
protected Boolean disablePrivateOnlyFields
-
disableProtectedOnlyFields
protected Boolean disableProtectedOnlyFields
-
disablePublicOnlyFields
protected Boolean disablePublicOnlyFields
-
disablePublicGetterSetterFields
protected Boolean disablePublicGetterSetterFields
-
-
Method Detail
-
getFieldNameExclusions
public io.atlasmap.v2.StringList getFieldNameExclusions()
Gets the value of the fieldNameExclusions property.- Returns:
- possible object is
StringList
-
setFieldNameExclusions
public void setFieldNameExclusions(io.atlasmap.v2.StringList value)
Sets the value of the fieldNameExclusions property.- Parameters:
value- allowed object isStringList
-
getClassNameExclusions
public io.atlasmap.v2.StringList getClassNameExclusions()
Gets the value of the classNameExclusions property.- Returns:
- possible object is
StringList
-
setClassNameExclusions
public void setClassNameExclusions(io.atlasmap.v2.StringList value)
Sets the value of the classNameExclusions property.- Parameters:
value- allowed object isStringList
-
getClasspath
public String getClasspath()
Gets the value of the classpath property.- Returns:
- possible object is
String
-
setClasspath
public void setClasspath(String value)
Sets the value of the classpath property.- Parameters:
value- allowed object isString
-
getClassName
public String getClassName()
Gets the value of the className property.- Returns:
- possible object is
String
-
setClassName
public void setClassName(String value)
Sets the value of the className property.- Parameters:
value- allowed object isString
-
getCollectionType
public io.atlasmap.v2.CollectionType getCollectionType()
Gets the value of the collectionType property.- Returns:
- possible object is
CollectionType
-
setCollectionType
public void setCollectionType(io.atlasmap.v2.CollectionType value)
Sets the value of the collectionType property.- Parameters:
value- allowed object isCollectionType
-
getCollectionClassName
public String getCollectionClassName()
Gets the value of the collectionClassName property.- Returns:
- possible object is
String
-
setCollectionClassName
public void setCollectionClassName(String value)
Sets the value of the collectionClassName property.- Parameters:
value- allowed object isString
-
isDisablePrivateOnlyFields
public Boolean isDisablePrivateOnlyFields()
Gets the value of the disablePrivateOnlyFields property.- Returns:
- possible object is
Boolean
-
setDisablePrivateOnlyFields
public void setDisablePrivateOnlyFields(Boolean value)
Sets the value of the disablePrivateOnlyFields property.- Parameters:
value- allowed object isBoolean
-
isDisableProtectedOnlyFields
public Boolean isDisableProtectedOnlyFields()
Gets the value of the disableProtectedOnlyFields property.- Returns:
- possible object is
Boolean
-
setDisableProtectedOnlyFields
public void setDisableProtectedOnlyFields(Boolean value)
Sets the value of the disableProtectedOnlyFields property.- Parameters:
value- allowed object isBoolean
-
isDisablePublicOnlyFields
public Boolean isDisablePublicOnlyFields()
Gets the value of the disablePublicOnlyFields property.- Returns:
- possible object is
Boolean
-
setDisablePublicOnlyFields
public void setDisablePublicOnlyFields(Boolean value)
Sets the value of the disablePublicOnlyFields property.- Parameters:
value- allowed object isBoolean
-
isDisablePublicGetterSetterFields
public Boolean isDisablePublicGetterSetterFields()
Gets the value of the disablePublicGetterSetterFields property.- Returns:
- possible object is
Boolean
-
setDisablePublicGetterSetterFields
public void setDisablePublicGetterSetterFields(Boolean value)
Sets the value of the disablePublicGetterSetterFields property.- Parameters:
value- allowed object isBoolean
-
-