Uses of Class
jodd.json.Path
-
Packages that use Path Package Description jodd.json Light, but powerful JSON parser and serializers.jodd.json.impl Various JSON serializer implementations. -
-
Uses of Path in jodd.json
Fields in jodd.json declared as Path Modifier and Type Field Description (package private) PathPath. altPathprotected PathJsonContext. pathprotected PathJsonParser. pathprivate PathObjectParser. pathFields in jodd.json with type parameters of type Path Modifier and Type Field Description protected java.util.Map<Path,ValueConverter>JsonParser. convsprotected java.util.Map<Path,java.lang.Class>JsonParser. mappingsprotected java.util.Map<Path,TypeJsonSerializer>JsonSerializer. pathSerializersMapprotected jodd.util.InExRules<Path,PathQuery>JsonSerializer. rulesMethods in jodd.json that return Path Modifier and Type Method Description PathPath. clone()PathPath. getAltPath()Returns alternative path.PathJsonContext. getPath()Returns current path.static PathPath. parse(java.lang.String path)Parses input dot-separated string that represents a path.PathPath. push(java.lang.CharSequence field)Push element to the path.PathPath. push(java.lang.CharSequence field, java.lang.CharSequence altField)Methods in jodd.json with parameters of type Path Modifier and Type Method Description booleanPathQuery. matches(Path path)Returnstrueif path matches the query.Constructors in jodd.json with parameters of type Path Constructor Description Path(java.lang.CharSequence[] paths, int index, Path altPath) -
Uses of Path in jodd.json.impl
Methods in jodd.json.impl with parameters of type Path Modifier and Type Method Description protected intKeyValueJsonSerializer. serializeKeyValue(JsonContext jsonContext, Path currentPath, java.lang.Object key, java.lang.Object value, int count)Serializes key and a value.
-