Uses of Interface
jsonvalues.Position
Packages that use Position
Package
Description
json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way.
-
Uses of Position in jsonvalues
Classes in jsonvalues that implement PositionModifier and TypeClassDescriptionfinal class
represents the index of a value in a json array.final class
represents the key of a value in a json objectMethods in jsonvalues that return PositionModifier and TypeMethodDescriptionJsPath.head()
Returns the head of this path if it's not empty, throwing an exception otherwise.JsPath.last()
returns the last positionthis
JsPath if it's not empty or an exception otherwise.Methods in jsonvalues that return types with arguments of type PositionModifier and TypeMethodDescriptionJsPath.stream()
Returns a sequentialStream
of Positions with this path as its source.Methods in jsonvalues with parameters of type Position