com.alibaba.fastjson.serializer
接口 PropertyFilter

所有超级接口:
SerializeFilter

public interface PropertyFilter
extends SerializeFilter

作者:
wenshao

方法摘要
 boolean apply(Object object, String name, Object value)
           
 

方法详细信息

apply

boolean apply(Object object,
              String name,
              Object value)
参数:
object - 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


Copyright © 2012-2014 Alibaba Group. All Rights Reserved.