Package 

Object JSONRef.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final <T extends JSONValue> JSONRef<T> of(T json)
      final <T extends JSONValue> JSONRef<T> of(JSONValue json, String pointer)
      final <T extends JSONValue> JSONRef<T> of(JSONValue json, JSONPointer pointer)
      final <T extends JSONValue> JSONRef<T> of(KClass<T> refClass, JSONValue json, String pointer)
      final <T extends JSONValue> JSONRef<T> of(KClass<T> refClass, JSONValue json, JSONPointer pointer)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait