Uses of Class
com.alibaba.fastjson2.filter.BeforeFilter
Packages that use BeforeFilter
-
Uses of BeforeFilter in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return BeforeFilterModifier and TypeMethodDescriptionJSONWriter.Context.getBeforeFilter()Gets the before filter for this context.Methods in com.alibaba.fastjson2 with parameters of type BeforeFilterModifier and TypeMethodDescriptionvoidJSONWriter.Context.setBeforeFilter(BeforeFilter beforeFilter) Sets the before filter for this context.