Uses of Interface
com.alibaba.fastjson2.filter.ContextValueFilter
Packages that use ContextValueFilter
-
Uses of ContextValueFilter in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return ContextValueFilterModifier and TypeMethodDescriptionJSONWriter.Context.getContextValueFilter()Gets the context value filter for this context.Methods in com.alibaba.fastjson2 with parameters of type ContextValueFilterModifier and TypeMethodDescriptionvoidJSONWriter.Context.setContextValueFilter(ContextValueFilter contextValueFilter) Sets the context value filter for this context.