us.monoid.web
Class PathQuery<T,S>

java.lang.Object
  extended by us.monoid.web.PathQuery<T,S>
Type Parameters:
T - the resource to operate on
Direct Known Subclasses:
JSONPathQuery, XPathQuery

public abstract class PathQuery<T,S>
extends Object

Simple abstraction for queries into complex datastructures. Not really needed, but I like playing around with generics. :)

Author:
beders

Constructor Summary
PathQuery()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathQuery

public PathQuery()


Copyright © 2013. All Rights Reserved.