| Interface | Description |
|---|---|
| JsonConverter |
Interface for encoding and decoding objects for the event bus.
|
| Class | Description |
|---|---|
| DefaultJsonConverter |
Default eventbus object converter
The serialization strategy is:
For primitive types (String, Number and Boolean), return as is
For arrays, convert to JsonArray
Otherwise, convert to a JsonObject with the class name in the "class" attribute and the serialized form with Jackson in the "value" attribute.
|
| DefaultJsonConverter.BearerAccessTokenMixin | |
| DefaultJsonConverter.OAuth1RequestTokenMixin | |
| DefaultJsonConverter.TokenMixin | |
| DefaultJsonConverter.ValueMixin |
Copyright © 2016. All Rights Reserved.