Uses of Class
jodd.json.Path
Packages that use Path
Package
Description
Light, but powerful JSON parser and serializers.
Various JSON serializer implementations.
-
Uses of Path in jodd.json
Modifier and TypeFieldDescription(package private) PathPath.altPathprotected final PathJsonContext.pathprotected PathJsonParser.pathprivate final PathObjectParser.pathModifier and TypeFieldDescriptionprotected Map<Path, ValueConverter> JsonParser.convsJsonParser.mappingsprotected Map<Path, TypeJsonSerializer> JsonSerializer.pathSerializersMapJsonSerializer.rulesModifier and TypeMethodDescriptionPath.clone()Path.getAltPath()Returns alternative path.JsonContext.getPath()Returns current path.static PathParses input dot-separated string that represents a path.Path.push(CharSequence field) Push element to the path.Path.push(CharSequence field, CharSequence altField) Modifier and TypeMethodDescriptionbooleanReturnstrueif path matches the query. -
Uses of Path in jodd.json.impl
Methods in jodd.json.impl with parameters of type PathModifier and TypeMethodDescriptionprotected intKeyValueJsonSerializer.serializeKeyValue(JsonContext jsonContext, Path currentPath, Object key, Object value, int count) Serializes key and a value.