Uses of Enum
com.alibaba.fastjson2.PropertyNamingStrategy
Packages that use PropertyNamingStrategy
-
Uses of PropertyNamingStrategy in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return PropertyNamingStrategyModifier and TypeMethodDescriptionstatic PropertyNamingStrategyReturns the enum constant of this type with the specified name.static PropertyNamingStrategy[]PropertyNamingStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropertyNamingStrategy in com.alibaba.fastjson2.filter
Methods in com.alibaba.fastjson2.filter with parameters of type PropertyNamingStrategyModifier and TypeMethodDescriptionstatic NameFilterNameFilter.of(PropertyNamingStrategy namingStrategy) -
Uses of PropertyNamingStrategy in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer that return PropertyNamingStrategyMethods in com.alibaba.fastjson2.writer with parameters of type PropertyNamingStrategyModifier and TypeMethodDescriptionvoidObjectWriterProvider.setNamingStrategy(PropertyNamingStrategy namingStrategy) Constructors in com.alibaba.fastjson2.writer with parameters of type PropertyNamingStrategy