Uses of Interface
com.alibaba.fastjson2.filter.PropertyFilter
Packages that use PropertyFilter
-
Uses of PropertyFilter in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return PropertyFilterModifier and TypeMethodDescriptionJSONWriter.Context.getPropertyFilter()Gets the property filter for this context.Methods in com.alibaba.fastjson2 with parameters of type PropertyFilterModifier and TypeMethodDescriptionvoidJSONWriter.Context.setPropertyFilter(PropertyFilter propertyFilter) Sets the property filter for this context. -
Uses of PropertyFilter in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer with parameters of type PropertyFilterModifier and TypeMethodDescriptiondefault voidObjectWriter.setPropertyFilter(PropertyFilter propertyFilter) Sets the property filter for this ObjectWriter.voidObjectWriterAdapter.setPropertyFilter(PropertyFilter propertyFilter)