Class JsonValueImpl

All Implemented Interfaces:
Serializable, JsonValue, PrimitiveValue<String>, TypedValue

public class JsonValueImpl extends PrimitiveTypeValueImpl<String> implements JsonValue
See Also:
  • Constructor Details

    • JsonValueImpl

      public JsonValueImpl(String value)
    • JsonValueImpl

      public JsonValueImpl(String value, boolean isTransient)