com.alibaba.fastjson.serializer
类 SimplePropertyPreFilter
java.lang.Object
com.alibaba.fastjson.serializer.SimplePropertyPreFilter
- 所有已实现的接口:
- PropertyPreFilter, SerializeFilter
public class SimplePropertyPreFilter
- extends Object
- implements PropertyPreFilter
SimplePropertyPreFilter
public SimplePropertyPreFilter(String... properties)
SimplePropertyPreFilter
public SimplePropertyPreFilter(Class<?> clazz,
String... properties)
getClazz
public Class<?> getClazz()
getIncludes
public Set<String> getIncludes()
getExcludes
public Set<String> getExcludes()
apply
public boolean apply(JSONSerializer serializer,
Object source,
String name)
- 指定者:
- 接口
PropertyPreFilter 中的 apply
Copyright © 2012-2014 Alibaba Group. All Rights Reserved.