Class IndexOpKt

  • All Implemented Interfaces:

    
    public final class IndexOpKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static JSONValue get(JSONValue $self, JSONPointer pointer) Get the entry within this JSONValue using the specified JSONPointer.
      final static Boolean contains(JSONValue $self, JSONPointer pointer) Test whether the specified JSONPointer points to a valid entry in this JSONValue.
      final static String getString(JSONValue $self, JSONPointer pointer) Get a String from a JSONValue using the specified JSONPointer.
      final static Long getLong(JSONValue $self, JSONPointer pointer) Get a Long from a JSONValue using the specified JSONPointer.
      final static Integer getInt(JSONValue $self, JSONPointer pointer) Get an Int from a JSONValue using the specified JSONPointer.
      final static Short getShort(JSONValue $self, JSONPointer pointer) Get a Short from a JSONValue using the specified JSONPointer.
      final static Byte getByte(JSONValue $self, JSONPointer pointer) Get a Byte from a JSONValue using the specified JSONPointer.
      final static ULong getULong(JSONValue $self, JSONPointer pointer) Get a ULong from a JSONValue using the specified JSONPointer.
      final static UInt getUInt(JSONValue $self, JSONPointer pointer) Get a UInt from a JSONValue using the specified JSONPointer.
      final static UShort getUShort(JSONValue $self, JSONPointer pointer) Get a UShort from a JSONValue using the specified JSONPointer.
      final static UByte getUByte(JSONValue $self, JSONPointer pointer) Get a UByte from a JSONValue using the specified JSONPointer.
      final static BigDecimal getDecimal(JSONValue $self, JSONPointer pointer) Get a Decimal from a JSONValue using the specified JSONPointer.
      final static Boolean getBoolean(JSONValue $self, JSONPointer pointer) Get a Boolean from a JSONValue using the specified JSONPointer.
      final static JSONArray getArray(JSONValue $self, JSONPointer pointer) Get an array from a JSONValue using the specified JSONPointer.
      final static JSONObject getObject(JSONValue $self, JSONPointer pointer) Get an object from a JSONValue using the specified JSONPointer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • get

         final static JSONValue get(JSONValue $self, JSONPointer pointer)

        Get the entry within this JSONValue using the specified JSONPointer.

      • contains

         final static Boolean contains(JSONValue $self, JSONPointer pointer)

        Test whether the specified JSONPointer points to a valid entry in this JSONValue.

      • getString

         final static String getString(JSONValue $self, JSONPointer pointer)

        Get a String from a JSONValue using the specified JSONPointer.

      • getLong

         final static Long getLong(JSONValue $self, JSONPointer pointer)

        Get a Long from a JSONValue using the specified JSONPointer.

      • getInt

         final static Integer getInt(JSONValue $self, JSONPointer pointer)

        Get an Int from a JSONValue using the specified JSONPointer.

      • getShort

         final static Short getShort(JSONValue $self, JSONPointer pointer)

        Get a Short from a JSONValue using the specified JSONPointer.

      • getByte

         final static Byte getByte(JSONValue $self, JSONPointer pointer)

        Get a Byte from a JSONValue using the specified JSONPointer.

      • getULong

         final static ULong getULong(JSONValue $self, JSONPointer pointer)

        Get a ULong from a JSONValue using the specified JSONPointer.

      • getUInt

         final static UInt getUInt(JSONValue $self, JSONPointer pointer)

        Get a UInt from a JSONValue using the specified JSONPointer.

      • getUShort

         final static UShort getUShort(JSONValue $self, JSONPointer pointer)

        Get a UShort from a JSONValue using the specified JSONPointer.

      • getUByte

         final static UByte getUByte(JSONValue $self, JSONPointer pointer)

        Get a UByte from a JSONValue using the specified JSONPointer.

      • getDecimal

         final static BigDecimal getDecimal(JSONValue $self, JSONPointer pointer)

        Get a Decimal from a JSONValue using the specified JSONPointer.

      • getBoolean

         final static Boolean getBoolean(JSONValue $self, JSONPointer pointer)

        Get a Boolean from a JSONValue using the specified JSONPointer.

      • getArray

         final static JSONArray getArray(JSONValue $self, JSONPointer pointer)

        Get an array from a JSONValue using the specified JSONPointer.

      • getObject

         final static JSONObject getObject(JSONValue $self, JSONPointer pointer)

        Get an object from a JSONValue using the specified JSONPointer.