Class LikeFilter

    • Constructor Detail

      • LikeFilter

        public LikeFilter​(Field reference)
        A Like Filter is built upon a reference field
    • Method Detail

      • match

        public boolean match​(Field tested)
        Description copied from interface: FieldFilter
        Returns true if the given field match this Filter criteria.
        Specified by:
        match in interface FieldFilter
        Returns:
        true if the given field contains the reference field.