Package ej.rest.web

Class PathQuery<T,​S>

  • Type Parameters:
    T - the resource to operate on
    Direct Known Subclasses:
    JSONPathQuery

    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. :)
    • Constructor Detail

      • PathQuery

        public PathQuery()