Uses of Interface
com.alibaba.fastjson2.filter.NameFilter
-
Packages that use NameFilter Package Description com.alibaba.fastjson2 com.alibaba.fastjson2.filter com.alibaba.fastjson2.writer -
-
Uses of NameFilter in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return NameFilter Modifier and Type Method Description NameFilterJSONWriter.Context. getNameFilter()Methods in com.alibaba.fastjson2 with parameters of type NameFilter Modifier and Type Method Description voidJSONObject. nameFilter(NameFilter nameFilter)voidJSONWriter.Context. setNameFilter(NameFilter nameFilter) -
Uses of NameFilter in com.alibaba.fastjson2.filter
Classes in com.alibaba.fastjson2.filter that implement NameFilter Modifier and Type Class Description classPascalNameFilterMethods in com.alibaba.fastjson2.filter that return NameFilter Modifier and Type Method Description static NameFilterNameFilter. compose(NameFilter before, NameFilter after)static NameFilterNameFilter. of(PropertyNamingStrategy namingStrategy)static NameFilterNameFilter. of(Function<String,String> function)Methods in com.alibaba.fastjson2.filter with parameters of type NameFilter Modifier and Type Method Description static NameFilterNameFilter. compose(NameFilter before, NameFilter after) -
Uses of NameFilter in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer with parameters of type NameFilter Modifier and Type Method Description default voidObjectWriter. setNameFilter(NameFilter nameFilter)voidObjectWriterAdapter. setNameFilter(NameFilter nameFilter)
-