Package org.astonbitecode.j4rs.api.value
Class JsonValueImpl
java.lang.Object
org.astonbitecode.j4rs.api.value.JsonValueImpl
- All Implemented Interfaces:
JsonValue,ObjectValue
-
Method Details
-
getJson
Description copied from interface:JsonValueReturns the json representation -
getObject
Description copied from interface:ObjectValueReturns the Object- Specified by:
getObjectin interfaceObjectValue- Returns:
- An object instance
-
getObjectClass
Description copied from interface:ObjectValueReturns theClassof the Object- Specified by:
getObjectClassin interfaceObjectValue- Returns:
- A
Class
-
getObjectClassName
Description copied from interface:ObjectValueReturns the name of the Object Class- Specified by:
getObjectClassNamein interfaceObjectValue- Returns:
- A String representing the name of the Object Class
-