Uses of Interface
com.alibaba.fastjson2.filter.PropertyPreFilter
-
Packages that use PropertyPreFilter Package Description com.alibaba.fastjson2 com.alibaba.fastjson2.filter com.alibaba.fastjson2.writer -
-
Uses of PropertyPreFilter in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return PropertyPreFilter Modifier and Type Method Description PropertyPreFilterJSONWriter.Context. getPropertyPreFilter()Methods in com.alibaba.fastjson2 with parameters of type PropertyPreFilter Modifier and Type Method Description voidJSONWriter.Context. setPropertyPreFilter(PropertyPreFilter propertyPreFilter) -
Uses of PropertyPreFilter in com.alibaba.fastjson2.filter
Classes in com.alibaba.fastjson2.filter that implement PropertyPreFilter Modifier and Type Class Description classSimplePropertyPreFilter -
Uses of PropertyPreFilter in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer with parameters of type PropertyPreFilter Modifier and Type Method Description default voidObjectWriter. setPropertyPreFilter(PropertyPreFilter propertyPreFilter)voidObjectWriterAdapter. setPropertyPreFilter(PropertyPreFilter propertyPreFilter)
-