Uses of Enum Class
org.springframework.boot.jackson.autoconfigure.JacksonProperties.ConstructorDetectorStrategy
Packages that use JacksonProperties.ConstructorDetectorStrategy
-
Uses of JacksonProperties.ConstructorDetectorStrategy in org.springframework.boot.jackson.autoconfigure
Subclasses with type arguments of type JacksonProperties.ConstructorDetectorStrategy in org.springframework.boot.jackson.autoconfigureMethods in org.springframework.boot.jackson.autoconfigure that return JacksonProperties.ConstructorDetectorStrategyModifier and TypeMethodDescriptionJacksonProperties.getConstructorDetector()
Returns the enum constant of this class with the specified name.JacksonProperties.ConstructorDetectorStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.jackson.autoconfigure with parameters of type JacksonProperties.ConstructorDetectorStrategyModifier and TypeMethodDescriptionvoid
JacksonProperties.setConstructorDetector
(JacksonProperties.ConstructorDetectorStrategy constructorDetector)