-
- All Implemented Interfaces:
public class JSONRef.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static JSONRef.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringrefClassName(KClass<?> $self, Boolean nullable)final BooleanisType(JSONValue $self, KType refType)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)-
-
Method Detail
-
refClassName
final String refClassName(KClass<?> $self, Boolean nullable)
-
of
final <T extends JSONValue> JSONRef<T> of(JSONValue json, JSONPointer pointer)
-
-
-
-