Class JsonOutputFilter.FilterPropertyFilter

java.lang.Object
org.kohsuke.stapler.interceptor.JsonOutputFilter.FilterPropertyFilter
All Implemented Interfaces:
net.sf.json.util.PropertyFilter
Enclosing class:
JsonOutputFilter

public static class JsonOutputFilter.FilterPropertyFilter extends Object implements net.sf.json.util.PropertyFilter
Json Property filter for handling the include and exclude.
  • Method Details

    • apply

      public boolean apply(Object source, String name, Object value)
      Specified by:
      apply in interface net.sf.json.util.PropertyFilter