Uses of Class
org.klojang.path.PathWalkerException
Packages that use PathWalkerException
Package
Description
Classes related to following a path to the object or resource denoted by it.
-
Uses of PathWalkerException in org.klojang.path
Methods in org.klojang.path that throw PathWalkerExceptionModifier and TypeMethodDescriptionObject[]PathWalker.readValues(Object host) Returns the values of all paths specified through the constructor.voidPathWalker.readValues(Object host, Object[] output) Reads the values of all paths specified through the constructor.voidPathWalker.readValues(Object host, Map<Path, Object> output) Reads the values of all paths and inserts them into the provided path-to-value map.