Class FilterPath


  • public class FilterPath
    extends java.lang.Object
    • Constructor Detail

      • FilterPath

        protected FilterPath​(java.lang.String filter,
                             java.lang.String segment,
                             FilterPath next)
    • Method Detail

      • matchProperty

        public FilterPath matchProperty​(java.lang.String name)
      • matches

        public boolean matches()
      • compile

        public static FilterPath[] compile​(java.util.Set<java.lang.String> filters)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object