-
- All Superinterfaces:
QueryValue<javax.json.JsonObject>
,Supplier<javax.json.JsonObject>
public interface JSONQueryValue extends QueryValue<javax.json.JsonObject>
JavaScript Object Notation is a lightweight data-interchange format.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ValueType
getType()
Returns a value type
-
-
-
Method Detail
-
getType
default ValueType getType()
Description copied from interface:QueryValue
Returns a value type- Specified by:
getType
in interfaceQueryValue<javax.json.JsonObject>
- Returns:
- a value type
-
-