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 PropertyNamingStrategyReturns the PropertyNamingStrategy enum constant with the specified name.static 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 PropertyNamingStrategyModifier and TypeMethodDescriptionObjectReaderProvider.getNamingStrategy()Gets the property naming strategy used by this provider.Methods in com.alibaba.fastjson2.reader with parameters of type PropertyNamingStrategyModifier and TypeMethodDescriptionvoidObjectReaderProvider.setNamingStrategy(PropertyNamingStrategy namingStrategy) Sets the property naming strategy used by this provider. -
Uses of PropertyNamingStrategy in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer that return PropertyNamingStrategyModifier and TypeMethodDescriptionObjectWriterProvider.getNamingStrategy()Gets the property naming strategy used by this provider.Methods in com.alibaba.fastjson2.writer with parameters of type PropertyNamingStrategyModifier and TypeMethodDescriptionvoidObjectWriterProvider.setNamingStrategy(PropertyNamingStrategy namingStrategy) Sets the property naming strategy used by this provider.Constructors in com.alibaba.fastjson2.writer with parameters of type PropertyNamingStrategyModifierConstructorDescriptionObjectWriterProvider(PropertyNamingStrategy namingStrategy) Constructs an ObjectWriterProvider with the specified naming strategy.