Klasse PathResolver<T>

java.lang.Object
org.xbib.net.path.structure.PathResolver<T>
Typparameter:
T - type
Alle implementierten Schnittstellen:
PathResolver<T>

public class PathResolver<T> extends Object implements PathResolver<T>
A resolver that maps path specifications to arbitrary objects using a trie structure. Each node in the tree is a pattern segment. For example, given a path "discovery/v1/apis", the data would be stored in the node path represented by "discovery" -> "v1" -> "apis".