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. |
Annotation Type | Description |
---|---|
JsonComponent |
Component that provides JsonSerializer and/or JsonDeserializer
implementations to be registered with Jackson when JsonComponentModule is in
use. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.