Class FilterPath

java.lang.Object
org.elasticsearch.common.xcontent.support.filtering.FilterPath

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

    Constructors 
    Modifier Constructor Description
    protected FilterPath​(java.lang.String filter, java.lang.String segment, FilterPath next)  
  • Method Summary

    Modifier and Type Method Description
    static FilterPath[] compile​(java.util.Set<java.lang.String> filters)  
    boolean matches()  
    FilterPath matchProperty​(java.lang.String name)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FilterPath

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

    • 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