Interface ObjectValue

All Known Subinterfaces:
Instance<T>, JsonValue
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 the Class of 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