Uses of Interface
com.alibaba.fastjson2.filter.PropertyPreFilter
Packages that use PropertyPreFilter
-
Uses of PropertyPreFilter in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return PropertyPreFilterMethods in com.alibaba.fastjson2 with parameters of type PropertyPreFilterModifier and TypeMethodDescriptionvoidJSONWriter.Context.setPropertyPreFilter(PropertyPreFilter propertyPreFilter) -
Uses of PropertyPreFilter in com.alibaba.fastjson2.filter
Classes in com.alibaba.fastjson2.filter that implement PropertyPreFilter -
Uses of PropertyPreFilter in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer with parameters of type PropertyPreFilterModifier and TypeMethodDescriptiondefault voidObjectWriter.setPropertyPreFilter(PropertyPreFilter propertyPreFilter) voidObjectWriterAdapter.setPropertyPreFilter(PropertyPreFilter propertyPreFilter)