See: Description
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 | Description |
---|---|
JsonComponent.Scope |
The various scopes under which a serializer/deserializer can be registered.
|
Annotation Type | Description |
---|---|
JsonComponent |
@Component that provides JsonSerializer ,
JsonDeserializer or KeyDeserializer implementations to be registered
with Jackson when JsonComponentModule is in use. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.