Uses of Class
org.shredzone.acme4j.toolbox.JSON.Value
Packages that use JSON.Value
-
Uses of JSON.Value in org.shredzone.acme4j.toolbox
Methods in org.shredzone.acme4j.toolbox that return JSON.ValueModifier and TypeMethodDescriptionJSON.Array.get
(int index) Gets theJSON.Value
at the given index.Returns theJSON.Value
of the given key.Methods in org.shredzone.acme4j.toolbox that return types with arguments of type JSON.ValueModifier 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.Method parameters in org.shredzone.acme4j.toolbox with type arguments of type JSON.ValueModifier 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.