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
- Direct Known Subclasses:
PropertyPreFilters.MySimplePropertyPreFilter
public class SimplePropertyPreFilter extends com.alibaba.fastjson2.filter.SimplePropertyPreFilter implements SerializeFilter
-
-
Constructor Summary
Constructors Constructor Description SimplePropertyPreFilter(Class<?> clazz, String... properties)SimplePropertyPreFilter(String... properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getExcludes()Set<String>getIncludes()
-