Class JavaField

    • Field Detail

      • annotations

        protected io.atlasmap.v2.StringList annotations
      • parameterizedTypes

        protected io.atlasmap.v2.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 Detail

      • JavaField

        public JavaField()
    • Method Detail

      • getAnnotations

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

        public void setAnnotations​(io.atlasmap.v2.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 io.atlasmap.v2.StringList getParameterizedTypes()
        Gets the value of the parameterizedTypes property.
        Returns:
        possible object is StringList
      • setParameterizedTypes

        public void setParameterizedTypes​(io.atlasmap.v2.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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object