|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.alibaba.fastjson.serializer Interface PropertyFilter
- All Superinterfaces:
- SerializeFilter
public interface PropertyFilter
- extends SerializeFilter
- Author:
- wenshao
| Method Summary | |
|---|---|
boolean |
apply(Object source,
String name,
Object value)
|
| Method Detail |
|---|
apply
boolean apply(Object source, String name, Object value)
- Parameters:
source- the owner of the propertyname- the name of the propertyvalue- the value of the property- Returns:
- true if the property will be filtered out, false otherwise
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Alibaba Group. All Rights Reserved.