Uses of Enum Class
org.springframework.boot.jackson2.JsonComponent.Scope
Packages that use JsonComponent.Scope
Package
Description
Custom enhancements and support for Jackson 2.
-
Uses of JsonComponent.Scope in org.springframework.boot.jackson2
Subclasses with type arguments of type JsonComponent.Scope in org.springframework.boot.jackson2Modifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.The various scopes under which a serializer/deserializer can be registered.Methods in org.springframework.boot.jackson2 that return JsonComponent.ScopeModifier and TypeMethodDescriptionstatic JsonComponent.ScopeReturns the enum constant of this class with the specified name.static JsonComponent.Scope[]JsonComponent.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.