Uses of Enum Class
org.springframework.boot.jackson.JacksonComponent.Scope
Packages that use JacksonComponent.Scope
Package
Description
Custom enhancements and support for the Jackson project.
-
Uses of JacksonComponent.Scope in org.springframework.boot.jackson
Subclasses with type arguments of type JacksonComponent.Scope in org.springframework.boot.jacksonModifier and TypeClassDescriptionstatic enumThe various scopes under which a serializer/deserializer can be registered.Methods in org.springframework.boot.jackson that return JacksonComponent.ScopeModifier and TypeMethodDescriptionstatic JacksonComponent.ScopeReturns the enum constant of this class with the specified name.static JacksonComponent.Scope[]JacksonComponent.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.