Uses of Class
com.alibaba.fastjson2.filter.AfterFilter
Packages that use AfterFilter
-
Uses of AfterFilter in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return AfterFilterModifier and TypeMethodDescriptionJSONWriter.Context.getAfterFilter()Gets the after filter for this context.Methods in com.alibaba.fastjson2 with parameters of type AfterFilterModifier and TypeMethodDescriptionvoidJSONWriter.Context.setAfterFilter(AfterFilter afterFilter) Sets the after filter for this context.