![JAR search and dependency download from the Maven repository](/logo.png)
us.monoid.web.PathQuery Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resty Show documentation
Show all versions of resty Show documentation
Simple Java client to talk to RESTful backends
The newest version!
package us.monoid.web;
/**
* Simple abstraction for queries into complex datastructures.
* Not really needed, but I like playing around with generics. :)
*
* @author beders
*
* @param the resource to operate on
*/
public abstract class PathQuery {
abstract S eval(T resource) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy