Uses of Class
com.networknt.jsonoverlay.PositionInfo
-
Packages that use PositionInfo Package Description com.networknt.jsonoverlay com.networknt.jsonoverlay.parser -
-
Uses of PositionInfo in com.networknt.jsonoverlay
Methods in com.networknt.jsonoverlay that return types with arguments of type PositionInfo Modifier and Type Method Description Optional<PositionInfo>JsonLoader. getPositionInfo(String url, com.fasterxml.jackson.core.JsonPointer pointer)Optional<PositionInfo>Overlay. getPositionInfo()static Optional<PositionInfo>Overlay. getPositionInfo(JsonOverlay<?> overlay)Optional<PositionInfo>ReferenceManager. getPositionInfo(com.fasterxml.jackson.core.JsonPointer pointer)Optional<PositionInfo>ReferenceRegistry. getPositionInfo(String docUrl, com.fasterxml.jackson.core.JsonPointer pointer)Pair<com.fasterxml.jackson.databind.JsonNode,Map<com.fasterxml.jackson.core.JsonPointer,PositionInfo>>JsonLoader. loadWithLocations(String json) -
Uses of PositionInfo in com.networknt.jsonoverlay.parser
Methods in com.networknt.jsonoverlay.parser that return types with arguments of type PositionInfo Modifier and Type Method Description Map<com.fasterxml.jackson.core.JsonPointer,PositionInfo>LocationProcessor. getLocations()Map<com.fasterxml.jackson.core.JsonPointer,PositionInfo>LocationRecorderYamlParser. getLocations()
-