Class ClassInspectionRequest

java.lang.Object
io.atlasmap.java.v2.ClassInspectionRequest
All Implemented Interfaces:
Serializable

public class ClassInspectionRequest extends Object implements Serializable
See Also:
  • Field Details

    • fieldNameExclusions

      protected StringList fieldNameExclusions
    • classNameExclusions

      protected StringList classNameExclusions
    • classpath

      protected String classpath
    • className

      protected String className
    • collectionType

      protected CollectionType collectionType
    • collectionClassName

      protected String collectionClassName
    • disablePrivateOnlyFields

      protected Boolean disablePrivateOnlyFields
    • disableProtectedOnlyFields

      protected Boolean disableProtectedOnlyFields
    • disablePublicOnlyFields

      protected Boolean disablePublicOnlyFields
    • disablePublicGetterSetterFields

      protected Boolean disablePublicGetterSetterFields
  • Constructor Details

    • ClassInspectionRequest

      public ClassInspectionRequest()
  • Method Details

    • getFieldNameExclusions

      public StringList getFieldNameExclusions()
      Gets the value of the fieldNameExclusions property.
      Returns:
      possible object is StringList
    • setFieldNameExclusions

      public void setFieldNameExclusions(StringList value)
      Sets the value of the fieldNameExclusions property.
      Parameters:
      value - allowed object is StringList
    • getClassNameExclusions

      public StringList getClassNameExclusions()
      Gets the value of the classNameExclusions property.
      Returns:
      possible object is StringList
    • setClassNameExclusions

      public void setClassNameExclusions(StringList value)
      Sets the value of the classNameExclusions property.
      Parameters:
      value - allowed object is StringList
    • 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 is String
    • 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 is String
    • getCollectionType

      public CollectionType getCollectionType()
      Gets the value of the collectionType property.
      Returns:
      possible object is CollectionType
    • setCollectionType

      public void setCollectionType(CollectionType value)
      Sets the value of the collectionType property.
      Parameters:
      value - allowed object is CollectionType
    • 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 is String
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object