Class RSQLVisitorHolder<T>


  • public class RSQLVisitorHolder<T>
    extends Object
    Holder for an underlying RSQLVisitor. This allows for optional inclusion of the RSQL filter library while still passing around the instance in a type-safe way
    Author:
    Phillip Verheyden (phillipuniverse)
    • Constructor Detail

      • RSQLVisitorHolder

        public RSQLVisitorHolder​(@Nullable
                                 T delegate)
    • Method Detail

      • getDelegate

        public T getDelegate()