Package org.springframework.boot.jackson

Custom enhancements and support for the Jackson project.

See: Description

  • Class Summary 
    Class Description
    JsonComponentModule
    Spring Bean and Jackson Module to register @JsonComponent annotated beans.
    JsonObjectDeserializer<T>
    Helper base class for JsonDeserializer implementations that deserialize objects.
    JsonObjectSerializer<T>
    Helper base class for JsonSerializer implementations that serialize objects.
  • Enum Summary 
    Enum Description
    JsonComponent.Scope
    The various scopes under which a serializer/deserializer can be registered.
  • Annotation Types Summary 
    Annotation Type Description
    JsonComponent
    @Component that provides JsonSerializer, JsonDeserializer or KeyDeserializer implementations to be registered with Jackson when JsonComponentModule is in use.

Package org.springframework.boot.jackson Description

Custom enhancements and support for the Jackson project.

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.