Package co.arago.util.json.path
Class JsonPathParser.Conf<T extends JsonPathParser.Conf<T>>
- java.lang.Object
-
- co.arago.util.json.AbstractJsonParser.Conf<T>
-
- co.arago.util.json.path.JsonPathParser.Conf<T>
-
- Direct Known Subclasses:
JsonPathParser.Builder
- Enclosing class:
- JsonPathParser
public abstract static class JsonPathParser.Conf<T extends JsonPathParser.Conf<T>> extends AbstractJsonParser.Conf<T>
-
-
Field Summary
-
Fields inherited from class co.arago.util.json.AbstractJsonParser.Conf
jsonCuts, jsonSurferTool
-
-
Constructor Summary
Constructors Constructor Description Conf()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract JsonPathParserbuild()-
Methods inherited from class co.arago.util.json.AbstractJsonParser.Conf
addJsonPath, addJsonPath, self, setJsonCuts, setJsonSurferTool
-
-
-
-
Method Detail
-
build
protected abstract JsonPathParser build()
- Specified by:
buildin classAbstractJsonParser.Conf<T extends JsonPathParser.Conf<T>>
-
-