- Type Parameters:
T
- the resource to operate on
- Direct Known Subclasses:
- JSONPathQuery
public abstract class PathQuery<T,S>
extends java.lang.Object
Simple abstraction for queries into complex datastructures.
Not really needed, but I like playing around with generics. :)
- Author:
- beders