Package com.alibaba.fastjson.serializer
Class SimplePropertyPreFilter
java.lang.Object
com.alibaba.fastjson2.filter.SimplePropertyPreFilter
com.alibaba.fastjson.serializer.SimplePropertyPreFilter
- All Implemented Interfaces:
SerializeFilter,com.alibaba.fastjson2.filter.Filter,com.alibaba.fastjson2.filter.PropertyPreFilter
public class SimplePropertyPreFilter
extends com.alibaba.fastjson2.filter.SimplePropertyPreFilter
implements SerializeFilter
-
Constructor Summary
ConstructorsConstructorDescriptionSimplePropertyPreFilter(Class<?> clazz, String... properties) SimplePropertyPreFilter(String... properties) -
Method Summary
Methods inherited from class com.alibaba.fastjson2.filter.SimplePropertyPreFilter
getClazz, getExcludes, getIncludes, getMaxLevel, process, setMaxLevel
-
Constructor Details
-
SimplePropertyPreFilter
-
SimplePropertyPreFilter
-