PropertyFilter (fastjson 1.1.26 API)

fastjson



com.alibaba.fastjson.serializer Interface PropertyFilter

All Superinterfaces:
SerializeFilter

public interface PropertyFilter
extends SerializeFilter

Author:
wenshao

Method Summary
 boolean
 

Method Detail

apply

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


Copyright © 2012 Alibaba Group. All Rights Reserved.