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.
  • Annotation Types Summary 
    Annotation Type Description
    JsonComponent
    Component that provides JsonSerializer and/or JsonDeserializer 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 © 2017 Pivotal Software, Inc.. All rights reserved.