Class JDataType

Object
JNode
JBranch
JDataType
All Implemented Interfaces:
NestedMode, EValue

public final class JDataType extends JBranch implements NestedMode
  • Method Details

    • from

      public static JDataType from(JDataTypeBuilder builder)
    • match

      public boolean match(JNode node)
      Specified by:
      match in class JNode
    • toString

      public String toString()
      Specified by:
      toString in class JNode
    • toString

      public String toString(boolean baseForm)
    • getJsonType

      public JsonType getJsonType()
    • getAlias

      public JAlias getAlias()
    • isNested

      public boolean isNested()
      Specified by:
      isNested in interface NestedMode
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object