Uses of Interface
org.astonbitecode.j4rs.api.JsonValue
-
Packages that use JsonValue Package Description org.astonbitecode.j4rs.api org.astonbitecode.j4rs.api.dtos org.astonbitecode.j4rs.api.invocation org.astonbitecode.j4rs.api.value -
-
Uses of JsonValue in org.astonbitecode.j4rs.api
Subinterfaces of JsonValue in org.astonbitecode.j4rs.api Modifier and Type Interface Description interfaceInstance<T> -
Uses of JsonValue in org.astonbitecode.j4rs.api.dtos
Classes in org.astonbitecode.j4rs.api.dtos that implement JsonValue Modifier and Type Class Description classInvocationArg -
Uses of JsonValue in org.astonbitecode.j4rs.api.invocation
Classes in org.astonbitecode.j4rs.api.invocation that implement JsonValue Modifier and Type Class Description classEagerJsonInvocationImpl<T>classJavaFxInvocation<T>classJsonInvocationImpl<T> -
Uses of JsonValue in org.astonbitecode.j4rs.api.value
Classes in org.astonbitecode.j4rs.api.value that implement JsonValue Modifier and Type Class Description classJsonValueImplclassNullJsonValueImplMethods in org.astonbitecode.j4rs.api.value that return JsonValue Modifier and Type Method Description static JsonValueJsonValueFactory. create(Object obj)static JsonValueJsonValueFactory. create(String json, String className)
-