com.alibaba.fastjson.support.spring
Class PropertyPreFilters.MySimplePropertyPreFilter
- java.lang.Object
-
- com.alibaba.fastjson.serializer.SimplePropertyPreFilter
-
- com.alibaba.fastjson.support.spring.PropertyPreFilters.MySimplePropertyPreFilter
-
- All Implemented Interfaces:
- PropertyPreFilter, SerializeFilter
- Enclosing class:
- PropertyPreFilters
public class PropertyPreFilters.MySimplePropertyPreFilter extends SimplePropertyPreFilter
-
Constructor Summary
Constructors Constructor and Description MySimplePropertyPreFilter()
MySimplePropertyPreFilter(Class<?> clazz, String... properties)
MySimplePropertyPreFilter(String... properties)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description PropertyPreFilters.MySimplePropertyPreFilter
addExcludes(String... filters)
PropertyPreFilters.MySimplePropertyPreFilter
addIncludes(String... filters)
Methods inherited from class com.alibaba.fastjson.serializer.SimplePropertyPreFilter
apply, getClazz, getExcludes, getIncludes, getMaxLevel, setMaxLevel
-
Constructor Detail
MySimplePropertyPreFilter
public MySimplePropertyPreFilter()
MySimplePropertyPreFilter
public MySimplePropertyPreFilter(String... properties)
Method Detail
addExcludes
public PropertyPreFilters.MySimplePropertyPreFilter addExcludes(String... filters)
addIncludes
public PropertyPreFilters.MySimplePropertyPreFilter addIncludes(String... filters)
Copyright © 2012–2021 Alibaba Group. All rights reserved.