Uses of Enum
com.alibaba.fastjson2.PropertyNamingStrategy
Packages that use PropertyNamingStrategy
Package
Description
-
Uses of PropertyNamingStrategy in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return PropertyNamingStrategyModifier and TypeMethodDescriptionstatic PropertyNamingStrategystatic 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.reader
Fields in com.alibaba.fastjson2.reader declared as PropertyNamingStrategyModifier and TypeFieldDescriptionprotected final PropertyNamingStrategyFieldReaderMapField.namingStrategyprotected final PropertyNamingStrategyFieldReaderMapMethod.namingStrategyMethods in com.alibaba.fastjson2.reader that return PropertyNamingStrategyMethods in com.alibaba.fastjson2.reader with parameters of type PropertyNamingStrategyModifier and TypeMethodDescriptionvoidObjectReaderProvider.setNamingStrategy(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