@NonNullApi
Package com.toedter.spring.hateoas.jsonapi
JSON:API-specific extensions, SPIs and Jackson customizations.
- See Also:
 - https://jsonapi.org/
 
- 
Class Summary Class Description Jackson2JsonApiModule JacksonSimpleModulefor JSON:API serializers and deserializers.JsonApiConfiguration JSON:API specific configuration.JsonApiError Class to build a single JSON:API compliant error.JsonApiErrors Class to build JSON:API compliant error messages.JsonApiLinkDiscoverer LinkDiscovererimplementation based on JSON:API link structure.JsonApiMediaTypeConfiguration Spring configuration for JSON:API support.JsonApiModelBuilder Builder API to create complex JSON:API representations exposing a JSON:API idiomatic API.MediaTypes Provides the JSON:API media typeapplication/vnd.api+json. - 
Enum Summary Enum Description JsonApiConfiguration.AffordanceType The list of possible affordance types. - 
Annotation Types Summary Annotation Type Description JsonApiId Specifies the JSON:API id of a resource object.JsonApiMeta Specifies if this field/method should be serialized to and deserialized from JSON:API meta.JsonApiRelationships Specifies the JSON:API relationships of a resource object.JsonApiType Specifies the JSON:API type of a resource object.JsonApiTypeForClass Specifies the JSON:API type for resource objects of this class.