Package argo.jdom

Class JsonConstants

java.lang.Object
argo.jdom.JsonNode
argo.jdom.JsonConstants

@Environment(CLIENT) final class JsonConstants extends JsonNode
Mappings:
Namespace Name
intermediary argo/jdom/JsonConstants
glue argo/jdom/JsonConstants
server argo/jdom/JsonConstants
client vn
named argo/jdom/JsonConstants
  • Field Details

    • NULL

      static final JsonConstants NULL
      Mappings:
      Namespace Name Mixin selector
      intermediary NULL Largo/jdom/JsonConstants;NULL:Largo/jdom/JsonConstants;
      glue NULL Largo/jdom/JsonConstants;NULL:Largo/jdom/JsonConstants;
      server NULL Largo/jdom/JsonConstants;NULL:Largo/jdom/JsonConstants;
      client a Lvn;a:Lvn;
      named NULL Largo/jdom/JsonConstants;NULL:Largo/jdom/JsonConstants;
    • TRUE

      static final JsonConstants TRUE
      Mappings:
      Namespace Name Mixin selector
      intermediary TRUE Largo/jdom/JsonConstants;TRUE:Largo/jdom/JsonConstants;
      glue TRUE Largo/jdom/JsonConstants;TRUE:Largo/jdom/JsonConstants;
      server TRUE Largo/jdom/JsonConstants;TRUE:Largo/jdom/JsonConstants;
      client b Lvn;b:Lvn;
      named TRUE Largo/jdom/JsonConstants;TRUE:Largo/jdom/JsonConstants;
    • FALSE

      static final JsonConstants FALSE
      Mappings:
      Namespace Name Mixin selector
      intermediary FALSE Largo/jdom/JsonConstants;FALSE:Largo/jdom/JsonConstants;
      glue FALSE Largo/jdom/JsonConstants;FALSE:Largo/jdom/JsonConstants;
      server FALSE Largo/jdom/JsonConstants;FALSE:Largo/jdom/JsonConstants;
      client c Lvn;c:Lvn;
      named FALSE Largo/jdom/JsonConstants;FALSE:Largo/jdom/JsonConstants;
    • jsonNodeType

      private final JsonNodeType jsonNodeType
      Mappings:
      Namespace Name Mixin selector
      intermediary jsonNodeType Largo/jdom/JsonConstants;jsonNodeType:Largo/jdom/JsonNodeType;
      glue jsonNodeType Largo/jdom/JsonConstants;jsonNodeType:Largo/jdom/JsonNodeType;
      server jsonNodeType Largo/jdom/JsonConstants;jsonNodeType:Largo/jdom/JsonNodeType;
      client d Lvn;d:Lat;
      named jsonNodeType Largo/jdom/JsonConstants;jsonNodeType:Largo/jdom/JsonNodeType;
  • Constructor Details

    • JsonConstants

      private JsonConstants(JsonNodeType jsonNodeType)
  • Method Details

    • getType

      public JsonNodeType getType()
      Specified by:
      getType in class JsonNode
      Mappings:
      Namespace Name Mixin selector
      intermediary getType Largo/jdom/JsonNode;getType()Largo/jdom/JsonNodeType;
      glue getType Largo/jdom/JsonNode;getType()Largo/jdom/JsonNodeType;
      server getType Largo/jdom/JsonNode;getType()Largo/jdom/JsonNodeType;
      client a Lgu;a()Lat;
      named getType Largo/jdom/JsonNode;getType()Largo/jdom/JsonNodeType;
    • getText

      public String getText()
      Specified by:
      getText in class JsonNode
      Mappings:
      Namespace Name Mixin selector
      intermediary getText Largo/jdom/JsonNode;getText()Ljava/lang/String;
      glue getText Largo/jdom/JsonNode;getText()Ljava/lang/String;
      server getText Largo/jdom/JsonNode;getText()Ljava/lang/String;
      client b Lgu;b()Ljava/lang/String;
      named getText Largo/jdom/JsonNode;getText()Ljava/lang/String;
    • getFields

      public Map getFields()
      Specified by:
      getFields in class JsonNode
      Mappings:
      Namespace Name Mixin selector
      intermediary getFields Largo/jdom/JsonNode;getFields()Ljava/util/Map;
      glue getFields Largo/jdom/JsonNode;getFields()Ljava/util/Map;
      server getFields Largo/jdom/JsonNode;getFields()Ljava/util/Map;
      client c Lgu;c()Ljava/util/Map;
      named getFields Largo/jdom/JsonNode;getFields()Ljava/util/Map;
    • getElements

      public List getElements()
      Specified by:
      getElements in class JsonNode
      Mappings:
      Namespace Name Mixin selector
      intermediary getElements Largo/jdom/JsonNode;getElements()Ljava/util/List;
      glue getElements Largo/jdom/JsonNode;getElements()Ljava/util/List;
      server getElements Largo/jdom/JsonNode;getElements()Ljava/util/List;
      client d Lgu;d()Ljava/util/List;
      named getElements Largo/jdom/JsonNode;getElements()Ljava/util/List;