Package com.alibaba.fastjson2.filter
Class SimplePropertyPreFilter
java.lang.Object
com.alibaba.fastjson2.filter.SimplePropertyPreFilter
- All Implemented Interfaces:
Filter,PropertyPreFilter
-
Constructor Summary
ConstructorsConstructorDescriptionSimplePropertyPreFilter(Class<?> clazz, String... properties) SimplePropertyPreFilter(String... properties) -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getClazz()intbooleanprocess(JSONWriter writer, Object source, String name) voidsetMaxLevel(int maxLevel)
-
Constructor Details
-
SimplePropertyPreFilter
-
SimplePropertyPreFilter
-
-
Method Details
-
getMaxLevel
public int getMaxLevel()- Since:
- 1.2.9
-
setMaxLevel
public void setMaxLevel(int maxLevel) - Since:
- 1.2.9
-
getClazz
-
getIncludes
-
getExcludes
-
process
- Specified by:
processin interfacePropertyPreFilter
-