Package org.astonbitecode.j4rs.api
Interface ObjectValue
- All Known Implementing Classes:
InvocationArg,JsonInvocationImpl,JsonValueImpl,NullJsonValueImpl
public interface ObjectValue
Represents an object for j4rs needs
-
Method Details
-
getObject
Object getObject()Returns the Object- Returns:
- An object instance
-
getObjectClass
Class<?> getObjectClass()Returns theClassof the Object- Returns:
- A
Class
-
getObjectClassName
String getObjectClassName()Returns the name of the Object Class- Returns:
- A String representing the name of the Object Class
-