| クラス | 説明 |
|---|---|
| JsonComponentModule | Spring Bean および Jackson Module を使用して、@JsonComponent アノテーション付き Bean を登録します。 |
| JsonObjectDeserializer<T> | オブジェクトを逆直列化する JsonDeserializer 実装のヘルパー基本クラス。 |
| JsonObjectSerializer<T> | オブジェクトを直列化する JsonSerializer 実装のヘルパー基本クラス。 |
| 列挙型 | 説明 |
|---|---|
| JsonComponent.Scope | シリアライザー / デシリアライザーを登録できるさまざまなスコープ。 |
| アノテーション型 | 説明 |
|---|---|
| JsonComponent | JsonComponentModule が使用されているときに Jackson に登録される JsonSerializer、JsonDeserializer、KeyDeserializer 実装を提供する @Component。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.