Class JsonField

java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.json.v2.JsonField
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JsonComplexType

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

    • primitive

      protected Boolean primitive
    • typeName

      protected String typeName
    • userCreated

      protected Boolean userCreated
  • Constructor Details

    • JsonField

      public JsonField()
  • Method Details

    • 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
    • getTypeName

      public String getTypeName()
      Gets the value of the typeName property.
      Returns:
      possible object is String
    • setTypeName

      public void setTypeName(String value)
      Sets the value of the typeName property.
      Parameters:
      value - allowed object is String
    • isUserCreated

      public Boolean isUserCreated()
      Gets the value of the userCreated property.
      Returns:
      possible object is Boolean
    • setUserCreated

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