Package org.astonbitecode.j4rs.api
Interface JsonValue
-
- All Superinterfaces:
ObjectValue
- All Known Subinterfaces:
Instance<T>
- All Known Implementing Classes:
EagerJsonInvocationImpl,InvocationArg,JavaFxInvocation,JsonInvocationImpl,JsonValueImpl,NullJsonValueImpl
public interface JsonValue extends ObjectValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJson()-
Methods inherited from interface org.astonbitecode.j4rs.api.ObjectValue
getObject, getObjectClass, getObjectClassName
-
-
-
-
Method Detail
-
getJson
String getJson()
-
-