Class JavaField

java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.java.v2.JavaField
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JavaClass

public class JavaField extends Field implements Serializable
See Also:
  • Field Details

    • annotations

      protected StringList annotations
    • modifiers

      protected ModifierList modifiers
    • parameterizedTypes

      protected StringList parameterizedTypes
    • className

      protected String className
    • canonicalClassName

      protected String canonicalClassName
    • collectionClassName

      protected String collectionClassName
    • getMethod

      protected String getMethod
    • setMethod

      protected String setMethod
    • primitive

      protected Boolean primitive
    • synthetic

      protected Boolean synthetic
  • Constructor Details

    • JavaField

      public JavaField()
  • Method Details

    • getAnnotations

      public StringList getAnnotations()
      Gets the value of the annotations property.
      Returns:
      possible object is StringList
    • setAnnotations

      public void setAnnotations(StringList value)
      Sets the value of the annotations property.
      Parameters:
      value - allowed object is StringList
    • getModifiers

      public ModifierList getModifiers()
      Gets the value of the modifiers property.
      Returns:
      possible object is ModifierList
    • setModifiers

      public void setModifiers(ModifierList value)
      Sets the value of the modifiers property.
      Parameters:
      value - allowed object is ModifierList
    • getParameterizedTypes

      public StringList getParameterizedTypes()
      Gets the value of the parameterizedTypes property.
      Returns:
      possible object is StringList
    • setParameterizedTypes

      public void setParameterizedTypes(StringList value)
      Sets the value of the parameterizedTypes property.
      Parameters:
      value - allowed object is StringList
    • 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
    • getCanonicalClassName

      public String getCanonicalClassName()
      Gets the value of the canonicalClassName property.
      Returns:
      possible object is String
    • setCanonicalClassName

      public void setCanonicalClassName(String value)
      Sets the value of the canonicalClassName property.
      Parameters:
      value - allowed object is String
    • 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
    • getGetMethod

      public String getGetMethod()
      Gets the value of the getMethod property.
      Returns:
      possible object is String
    • setGetMethod

      public void setGetMethod(String value)
      Sets the value of the getMethod property.
      Parameters:
      value - allowed object is String
    • getSetMethod

      public String getSetMethod()
      Gets the value of the setMethod property.
      Returns:
      possible object is String
    • setSetMethod

      public void setSetMethod(String value)
      Sets the value of the setMethod property.
      Parameters:
      value - allowed object is String
    • isPrimitive

      public Boolean isPrimitive()
      Gets the value of the primitive property.
      Returns:
      possible object is Boolean
    • setPrimitive

      public void setPrimitive(Boolean value)
      Sets the value of the primitive property.
      Parameters:
      value - allowed object is Boolean
    • isSynthetic

      public Boolean isSynthetic()
      Gets the value of the synthetic property.
      Returns:
      possible object is Boolean
    • setSynthetic

      public void setSynthetic(Boolean value)
      Sets the value of the synthetic 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