Class JsonValueImpl

java.lang.Object
org.astonbitecode.j4rs.api.value.JsonValueImpl
All Implemented Interfaces:
JsonValue, ObjectValue

public class JsonValueImpl extends Object implements JsonValue
  • Method Details

    • getJson

      public String getJson()
      Description copied from interface: JsonValue
      Returns the json representation
      Specified by:
      getJson in interface JsonValue
      Returns:
      The json representation
    • getObject

      public Object getObject()
      Description copied from interface: ObjectValue
      Returns the Object
      Specified by:
      getObject in interface ObjectValue
      Returns:
      An object instance
    • getObjectClass

      public Class<?> getObjectClass()
      Description copied from interface: ObjectValue
      Returns the Class of the Object
      Specified by:
      getObjectClass in interface ObjectValue
      Returns:
      A Class
    • getObjectClassName

      public String getObjectClassName()
      Description copied from interface: ObjectValue
      Returns the name of the Object Class
      Specified by:
      getObjectClassName in interface ObjectValue
      Returns:
      A String representing the name of the Object Class