@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 JacksonSimpleModule
for 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 LinkDiscoverer
implementation 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 -
Annotation Types Summary Annotation Type Description JsonApiId Specifies the JSON:API id of a resource object.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.