Class NullJsonValueImpl
java.lang.Object
org.astonbitecode.j4rs.api.value.NullJsonValueImpl
- All Implemented Interfaces:
JsonValue, ObjectValue
-
Method Details
-
getJson
-
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
-