Class PropertyPreFilters.MySimplePropertyPreFilter
- java.lang.Object
-
- com.alibaba.fastjson2.filter.SimplePropertyPreFilter
-
- com.alibaba.fastjson.serializer.SimplePropertyPreFilter
-
- com.alibaba.fastjson.support.spring.PropertyPreFilters.MySimplePropertyPreFilter
-
- All Implemented Interfaces:
SerializeFilter,com.alibaba.fastjson2.filter.Filter,com.alibaba.fastjson2.filter.PropertyPreFilter
- Enclosing class:
- PropertyPreFilters
public class PropertyPreFilters.MySimplePropertyPreFilter extends SimplePropertyPreFilter
-
-
Constructor Summary
Constructors Constructor Description MySimplePropertyPreFilter()MySimplePropertyPreFilter(Class<?> clazz, String... properties)MySimplePropertyPreFilter(String... properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyPreFilters.MySimplePropertyPreFilteraddExcludes(String... filters)PropertyPreFilters.MySimplePropertyPreFilteraddIncludes(String... filters)-
Methods inherited from class com.alibaba.fastjson.serializer.SimplePropertyPreFilter
getExcludes, getIncludes
-
-
-
-
Method Detail
-
addExcludes
public PropertyPreFilters.MySimplePropertyPreFilter addExcludes(String... filters)
-
addIncludes
public PropertyPreFilters.MySimplePropertyPreFilter addIncludes(String... filters)
-
-