Class IndexOpKt
-
- All Implemented Interfaces:
public final class IndexOpKt
-
-
Method Summary
Modifier and Type Method Description final static JSONValueget(JSONValue $self, JSONPointer pointer)Get the entry within thisJSONValue using the specified JSONPointer.final static Booleancontains(JSONValue $self, JSONPointer pointer)Test whether the specified JSONPointer points to a valid entry in thisJSONValue.final static StringgetString(JSONValue $self, JSONPointer pointer)Get a Stringfrom a JSONValue using the specified JSONPointer.final static LonggetLong(JSONValue $self, JSONPointer pointer)Get a Longfrom a JSONValue using the specified JSONPointer.final static IntegergetInt(JSONValue $self, JSONPointer pointer)Get an Intfrom a JSONValue using the specified JSONPointer.final static ShortgetShort(JSONValue $self, JSONPointer pointer)Get a Shortfrom a JSONValue using the specified JSONPointer.final static BytegetByte(JSONValue $self, JSONPointer pointer)Get a Bytefrom a JSONValue using the specified JSONPointer.final static ULonggetULong(JSONValue $self, JSONPointer pointer)Get a ULongfrom a JSONValue using the specified JSONPointer.final static UIntgetUInt(JSONValue $self, JSONPointer pointer)Get a UIntfrom a JSONValue using the specified JSONPointer.final static UShortgetUShort(JSONValue $self, JSONPointer pointer)Get a UShortfrom a JSONValue using the specified JSONPointer.final static UBytegetUByte(JSONValue $self, JSONPointer pointer)Get a UBytefrom a JSONValue using the specified JSONPointer.final static BigDecimalgetDecimal(JSONValue $self, JSONPointer pointer)Get a Decimalfrom a JSONValue using the specified JSONPointer.final static BooleangetBoolean(JSONValue $self, JSONPointer pointer)Get a Booleanfrom a JSONValue using the specified JSONPointer.final static JSONArraygetArray(JSONValue $self, JSONPointer pointer)Get an array from a JSONValue using the specified JSONPointer. final static JSONObjectgetObject(JSONValue $self, JSONPointer pointer)Get an object from a JSONValue using the specified JSONPointer. -
-
Method Detail
-
get
final static JSONValue get(JSONValue $self, JSONPointer pointer)
Get the entry within
thisJSONValue using the specified JSONPointer.
-
contains
final static Boolean contains(JSONValue $self, JSONPointer pointer)
Test whether the specified JSONPointer points to a valid entry in
thisJSONValue.
-
getString
final static String getString(JSONValue $self, JSONPointer pointer)
Get a
Stringfrom a JSONValue using the specified JSONPointer.
-
getLong
final static Long getLong(JSONValue $self, JSONPointer pointer)
Get a
Longfrom a JSONValue using the specified JSONPointer.
-
getInt
final static Integer getInt(JSONValue $self, JSONPointer pointer)
Get an
Intfrom a JSONValue using the specified JSONPointer.
-
getShort
final static Short getShort(JSONValue $self, JSONPointer pointer)
Get a
Shortfrom a JSONValue using the specified JSONPointer.
-
getByte
final static Byte getByte(JSONValue $self, JSONPointer pointer)
Get a
Bytefrom a JSONValue using the specified JSONPointer.
-
getULong
final static ULong getULong(JSONValue $self, JSONPointer pointer)
Get a
ULongfrom a JSONValue using the specified JSONPointer.
-
getUInt
final static UInt getUInt(JSONValue $self, JSONPointer pointer)
Get a
UIntfrom a JSONValue using the specified JSONPointer.
-
getUShort
final static UShort getUShort(JSONValue $self, JSONPointer pointer)
Get a
UShortfrom a JSONValue using the specified JSONPointer.
-
getUByte
final static UByte getUByte(JSONValue $self, JSONPointer pointer)
Get a
UBytefrom a JSONValue using the specified JSONPointer.
-
getDecimal
final static BigDecimal getDecimal(JSONValue $self, JSONPointer pointer)
Get a
Decimalfrom a JSONValue using the specified JSONPointer.
-
getBoolean
final static Boolean getBoolean(JSONValue $self, JSONPointer pointer)
Get a
Booleanfrom 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.
-
-
-
-