Package argo.jdom

Class JsonNode

java.lang.Object
argo.jdom.JsonNode
Direct Known Subclasses:
JsonConstants, JsonNumberNode, JsonRootNode, JsonStringNode

@Environment(CLIENT) public abstract class JsonNode extends Object
Mappings:
Namespace Name
intermediary argo/jdom/JsonNode
glue argo/jdom/JsonNode
server argo/jdom/JsonNode
client gu
named argo/jdom/JsonNode
  • Constructor Details

    • JsonNode

      JsonNode()
  • Method Details

    • getType

      public abstract JsonNodeType getType()
      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 abstract String getText()
      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 abstract Map getFields()
      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 abstract List getElements()
      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;
    • getStringValue

      public final String getStringValue(Object[] object)
      Mappings:
      Namespace Name Mixin selector
      intermediary getStringValue Largo/jdom/JsonNode;getStringValue([Ljava/lang/Object;)Ljava/lang/String;
      glue getStringValue Largo/jdom/JsonNode;getStringValue([Ljava/lang/Object;)Ljava/lang/String;
      server getStringValue Largo/jdom/JsonNode;getStringValue([Ljava/lang/Object;)Ljava/lang/String;
      client a Lgu;a([Ljava/lang/Object;)Ljava/lang/String;
      named getStringValue Largo/jdom/JsonNode;getStringValue([Ljava/lang/Object;)Ljava/lang/String;
    • getArrayNode

      public final List getArrayNode(Object[] object)
      Mappings:
      Namespace Name Mixin selector
      intermediary getArrayNode Largo/jdom/JsonNode;getArrayNode([Ljava/lang/Object;)Ljava/util/List;
      glue getArrayNode Largo/jdom/JsonNode;getArrayNode([Ljava/lang/Object;)Ljava/util/List;
      server getArrayNode Largo/jdom/JsonNode;getArrayNode([Ljava/lang/Object;)Ljava/util/List;
      client b Lgu;b([Ljava/lang/Object;)Ljava/util/List;
      named getArrayNode Largo/jdom/JsonNode;getArrayNode([Ljava/lang/Object;)Ljava/util/List;
    • wrapExceptionsFor

      private Object wrapExceptionsFor(JsonNodeSelector jsonNodeSelector, JsonNode jsonNode, Object[] object)
      Mappings:
      Namespace Name Mixin selector
      intermediary wrapExceptionsFor Largo/jdom/JsonNode;wrapExceptionsFor(Largo/jdom/JsonNodeSelector;Largo/jdom/JsonNode;[Ljava/lang/Object;)Ljava/lang/Object;
      glue wrapExceptionsFor Largo/jdom/JsonNode;wrapExceptionsFor(Largo/jdom/JsonNodeSelector;Largo/jdom/JsonNode;[Ljava/lang/Object;)Ljava/lang/Object;
      server wrapExceptionsFor Largo/jdom/JsonNode;wrapExceptionsFor(Largo/jdom/JsonNodeSelector;Largo/jdom/JsonNode;[Ljava/lang/Object;)Ljava/lang/Object;
      client a Lgu;a(Ljt;Lgu;[Ljava/lang/Object;)Ljava/lang/Object;
      named wrapExceptionsFor Largo/jdom/JsonNode;wrapExceptionsFor(Largo/jdom/JsonNodeSelector;Largo/jdom/JsonNode;[Ljava/lang/Object;)Ljava/lang/Object;