Interface JsonValue

All Superinterfaces:
ObjectValue
All Known Subinterfaces:
Instance<T>
All Known Implementing Classes:
InvocationArg, JsonInvocationImpl, JsonValueImpl, NullJsonValueImpl

public interface JsonValue extends ObjectValue
Representation for a json value
  • Method Details

    • getJson

      String getJson()
      Returns the json representation
      Returns:
      The json representation