Uses of Class
org.aksw.commons.path.json.PathJson
Packages that use PathJson
-
Uses of PathJson in org.aksw.commons.path.json
Methods in org.aksw.commons.path.json that return PathJsonModifier and TypeMethodDescriptionPathOpsJson.fromString(String rawJsonStr) static PathJsonPathJson.newAbsolutePath(List<PathJson.Step> segments) static PathJsonPathJson.newAbsolutePath(PathJson.Step segment) static PathJsonPathJson.newAbsolutePath(PathJson.Step... segments) PathOpsJson.newPath(boolean isAbsolute, List<PathJson.Step> segments) static PathJsonPathJson.newRelativePath(List<PathJson.Step> segments) static PathJsonPathJson.newRelativePath(PathJson.Step segment) static PathJsonPathJson.newRelativePath(PathJson.Step... segments) static PathJsonPathOpsJson.upcast(Path<PathJson.Step> path) Methods in org.aksw.commons.path.json with parameters of type PathJsonConstructor parameters in org.aksw.commons.path.json with type arguments of type PathJsonModifierConstructorDescriptionPathJson(PathOps<PathJson.Step, PathJson> pathOps, boolean isAbsolute, List<PathJson.Step> segments)