| Interface | Description |
|---|---|
| JSONAPISpecConstants |
JSON API Spec resource constants.
|
| RelationshipResolver |
Relationship resolver contract.
|
| ResourceIdHandler |
Resource identifier handler.
|
| Class | Description |
|---|---|
| ConverterConfiguration |
Converter configuration.
|
| ErrorUtils |
Utility class providing methods needed for parsing JSON API Spec errors.
|
| IntegerIdHandler |
Handles
Integer as resource identifier type. |
| JSONAPIDocument<T> |
JSON API Document wrapper.
|
| Link |
Models a JSON API Link object.
|
| Links |
JSON API spec links object.
|
| LongIdHandler |
Handles
Long as resource identifier type. |
| ReflectionUtils |
Various utility methods that simplify JAVA reflection actions.
|
| ResourceCache |
Resource caching provider.
|
| ResourceConverter |
JSON API data converter.
|
| SerializationSettings |
Serialization settings.
|
| SerializationSettings.Builder |
Serialisation settings builder.
|
| StringIdHandler |
Handles
String as resource identifier type. |
| ValidationUtils |
Utility methods for validating segments of JSON API resource object.
|
| Enum | Description |
|---|---|
| DeserializationFeature |
Enumeration that defines list of deserialization features that can be set to
ResourceConverter. |
| RelType |
Encapsulates supported relationship
types.
|
| SerializationFeature |
Enumeration that defines list of serialization features that can be set to
ResourceConverter. |
Copyright © 2017. All rights reserved.