Uses of Interface
org.klojang.path.PathSegmentDeserializer
Packages that use PathSegmentDeserializer
Package
Description
Classes related to following a path to the object or resource denoted by it.
-
Uses of PathSegmentDeserializer in org.klojang.path
Constructors in org.klojang.path with parameters of type PathSegmentDeserializerModifierConstructorDescriptionPathTreeWalker(List<Path> paths, boolean suppressExceptions, PathSegmentDeserializer segmentDeserializer) Creates aPathWalkerfor the specified paths.PathWalker(List<Path> paths, boolean suppressExceptions, PathSegmentDeserializer segmentDeserializer) Creates aPathWalkerfor the specified paths.