Uses of Interface
com.alibaba.fastjson2.filter.NameFilter
Packages that use NameFilter
-
Uses of NameFilter in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return NameFilterModifier and TypeMethodDescriptionJSONWriter.Context.getNameFilter()Gets the name filter for this context.Methods in com.alibaba.fastjson2 with parameters of type NameFilterModifier and TypeMethodDescriptionvoidJSONObject.nameFilter(NameFilter nameFilter) Applies a name filter to this JSONObject.voidJSONWriter.Context.setNameFilter(NameFilter nameFilter) Sets the name filter for this context. -
Uses of NameFilter in com.alibaba.fastjson2.filter
Classes in com.alibaba.fastjson2.filter that implement NameFilterMethods in com.alibaba.fastjson2.filter that return NameFilterModifier and TypeMethodDescriptionstatic NameFilterNameFilter.compose(NameFilter before, NameFilter after) static NameFilterNameFilter.of(PropertyNamingStrategy namingStrategy) static NameFilterMethods in com.alibaba.fastjson2.filter with parameters of type NameFilterModifier and TypeMethodDescriptionstatic NameFilterNameFilter.compose(NameFilter before, NameFilter after) -
Uses of NameFilter in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer with parameters of type NameFilterModifier and TypeMethodDescriptiondefault voidObjectWriter.setNameFilter(NameFilter nameFilter) Sets the name filter for this ObjectWriter.voidObjectWriterAdapter.setNameFilter(NameFilter nameFilter)