Uses of Enum Class
org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.ConstructorDetectorStrategy
Packages that use Jackson2Properties.ConstructorDetectorStrategy
Package
Description
Auto-configuration for Jackson 2.
-
Uses of Jackson2Properties.ConstructorDetectorStrategy in org.springframework.boot.jackson2.autoconfigure
Subclasses with type arguments of type Jackson2Properties.ConstructorDetectorStrategy in org.springframework.boot.jackson2.autoconfigureModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.boot.jackson2.autoconfigure that return Jackson2Properties.ConstructorDetectorStrategyModifier and TypeMethodDescriptionJackson2Properties.getConstructorDetector()Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.Jackson2Properties.ConstructorDetectorStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.jackson2.autoconfigure with parameters of type Jackson2Properties.ConstructorDetectorStrategyModifier and TypeMethodDescriptionvoidJackson2Properties.setConstructorDetector(@Nullable Jackson2Properties.ConstructorDetectorStrategy constructorDetector) Deprecated, for removal: This API element is subject to removal in a future version.