Uses of Class
org.shredzone.acme4j.toolbox.JSON.Value
-
Uses of JSON.Value in org.shredzone.acme4j.toolbox
Modifier and TypeMethodDescriptionJSON.Array.get
(int index) Gets theJSON.Value
at the given index.Returns theJSON.Value
of the given key.JSON.getFeature
(String key) Returns theJSON.Value
of the given key.Returns this value.Modifier and TypeMethodDescriptionJSON.Array.iterator()
Creates a newIterator
that iterates over the arrayJSON.Value
.JSON.Value.optional()
Returns this value asOptional
, for further mapping and filtering.JSON.Array.stream()
Returns a stream of values.Modifier and TypeMethodDescription<T> Optional<T>
JSON.Value.map
(Function<JSON.Value, T> mapper) Returns this value as anOptional
of the desired type, for further mapping and filtering.