程序包 com.sh.json.util

接口 PropertyFilter


public interface PropertyFilter
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    apply(Object source, String name, Object value)
     
  • 方法详细资料

    • apply

      boolean apply(Object source, String name, Object value)
      参数:
      source - the owner of the property
      name - the name of the property
      value - the value of the property
      返回:
      true if the property will be filtered out, false otherwise