Uses of Interface
com.alibaba.fastjson2.filter.ContextNameFilter
Packages that use ContextNameFilter
-
Uses of ContextNameFilter in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return ContextNameFilterModifier and TypeMethodDescriptionJSONWriter.Context.getContextNameFilter()Gets the context name filter for this context.Methods in com.alibaba.fastjson2 with parameters of type ContextNameFilterModifier and TypeMethodDescriptionvoidJSONWriter.Context.setContextNameFilter(ContextNameFilter contextNameFilter) Sets the context name filter for this context.