Interface ObjectValue
- All Known Implementing Classes:
InvocationArg, JsonInvocationImpl, JsonValueImpl, NullJsonValueImpl
public interface ObjectValue
Represents an object for j4rs needs
-
Method Details
-
getObject
-
getObjectClass
-
getObjectClassName
String getObjectClassName()Returns the name of the Object Class- Returns:
- A String representing the name of the Object Class
-