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 PropertyPreFilterModifier and TypeMethodDescriptionJSONWriter.Context.getPropertyPreFilter()Gets the property pre-filter for this context.Methods in com.alibaba.fastjson2 with parameters of type PropertyPreFilterModifier and TypeMethodDescriptionvoidJSONWriter.Context.setPropertyPreFilter(PropertyPreFilter propertyPreFilter) Sets the property pre-filter for this context. -
Uses of PropertyPreFilter in com.alibaba.fastjson2.filter
Classes in com.alibaba.fastjson2.filter that implement PropertyPreFilterMethods in com.alibaba.fastjson2.filter that return PropertyPreFilterModifier and TypeMethodDescriptionstatic PropertyPreFilterPropertyPreFilter.compose(PropertyPreFilter before, PropertyPreFilter after) Methods in com.alibaba.fastjson2.filter with parameters of type PropertyPreFilterModifier and TypeMethodDescriptionstatic PropertyPreFilterPropertyPreFilter.compose(PropertyPreFilter before, PropertyPreFilter after) -
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) Sets the property pre-filter for this ObjectWriter.voidObjectWriterAdapter.setPropertyPreFilter(PropertyPreFilter propertyPreFilter)