Package io.atlasmap.java.v2
Class ClassInspectionRequest
java.lang.Object
io.atlasmap.java.v2.ClassInspectionRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected StringList
protected String
protected String
protected CollectionType
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected StringList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the className property.Gets the value of the classNameExclusions property.Gets the value of the classpath property.Gets the value of the collectionClassName property.Gets the value of the collectionType property.Gets the value of the fieldNameExclusions property.int
hashCode()
Gets the value of the disablePrivateOnlyFields property.Gets the value of the disableProtectedOnlyFields property.Gets the value of the disablePublicGetterSetterFields property.Gets the value of the disablePublicOnlyFields property.void
setClassName
(String value) Sets the value of the className property.void
setClassNameExclusions
(StringList value) Sets the value of the classNameExclusions 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
(CollectionType value) Sets the value of the collectionType property.void
Sets the value of the disablePrivateOnlyFields property.void
Sets the value of the disableProtectedOnlyFields property.void
Sets the value of the disablePublicGetterSetterFields property.void
Sets the value of the disablePublicOnlyFields property.void
setFieldNameExclusions
(StringList value) Sets the value of the fieldNameExclusions property.
-
Field Details
-
fieldNameExclusions
-
classNameExclusions
-
classpath
-
className
-
collectionType
-
collectionClassName
-
disablePrivateOnlyFields
-
disableProtectedOnlyFields
-
disablePublicOnlyFields
-
disablePublicGetterSetterFields
-
-
Constructor Details
-
ClassInspectionRequest
public ClassInspectionRequest()
-
-
Method Details
-
getFieldNameExclusions
Gets the value of the fieldNameExclusions property.- Returns:
- possible object is
StringList
-
setFieldNameExclusions
Sets the value of the fieldNameExclusions property.- Parameters:
value
- allowed object isStringList
-
getClassNameExclusions
Gets the value of the classNameExclusions property.- Returns:
- possible object is
StringList
-
setClassNameExclusions
Sets the value of the classNameExclusions property.- Parameters:
value
- allowed object isStringList
-
getClasspath
Gets the value of the classpath property.- Returns:
- possible object is
String
-
setClasspath
Sets the value of the classpath property.- Parameters:
value
- allowed object isString
-
getClassName
Gets the value of the className property.- Returns:
- possible object is
String
-
setClassName
Sets the value of the className property.- Parameters:
value
- allowed object isString
-
getCollectionType
Gets the value of the collectionType property.- Returns:
- possible object is
CollectionType
-
setCollectionType
Sets the value of the collectionType property.- Parameters:
value
- allowed object isCollectionType
-
getCollectionClassName
Gets the value of the collectionClassName property.- Returns:
- possible object is
String
-
setCollectionClassName
Sets the value of the collectionClassName property.- Parameters:
value
- allowed object isString
-
isDisablePrivateOnlyFields
Gets the value of the disablePrivateOnlyFields property.- Returns:
- possible object is
Boolean
-
setDisablePrivateOnlyFields
Sets the value of the disablePrivateOnlyFields property.- Parameters:
value
- allowed object isBoolean
-
isDisableProtectedOnlyFields
Gets the value of the disableProtectedOnlyFields property.- Returns:
- possible object is
Boolean
-
setDisableProtectedOnlyFields
Sets the value of the disableProtectedOnlyFields property.- Parameters:
value
- allowed object isBoolean
-
isDisablePublicOnlyFields
Gets the value of the disablePublicOnlyFields property.- Returns:
- possible object is
Boolean
-
setDisablePublicOnlyFields
Sets the value of the disablePublicOnlyFields property.- Parameters:
value
- allowed object isBoolean
-
isDisablePublicGetterSetterFields
Gets the value of the disablePublicGetterSetterFields property.- Returns:
- possible object is
Boolean
-
setDisablePublicGetterSetterFields
Sets the value of the disablePublicGetterSetterFields property.- Parameters:
value
- allowed object isBoolean
-
equals
-
hashCode
public int hashCode()
-