Package org.springframework.data.rest.core.mapping
package org.springframework.data.rest.core.mapping
-
ClassDescriptionA
ResourceDescription
that is customized based on aDescription
annotation.A custom resource mapping for collection resources.HttpMethods
that expose methods to create differentConfigurableHttpMethods
.SupportedHttpMethods
that are determined by aCrudMethods
instance.Configuration type to register filters customizing the HTTP methods supported.Configuration API to register filters to customize the supported HTTP methods by different kinds of resources.A filter to post-process the supported HTTP methods by aggregate resources (collection or item resource).A filter to post-process the supported HTTP methods byAssociation
resources.A collection ofHttpMethod
s with some convenience methods to create alternate sets of those.AResourceMapping
that is backed by aMethod
.Value object to capture metadata for query method parameters.Value object for a list ofParameterMetadata
instances.The strategy to determine whether a given repository is to be exported by Spring Data REST.A variety of strategies to determine repository exposure.Central abstraction obtainResourceMetadata
andResourceMapping
instances for domain types and repositories.Adapter class for theMessageSourceResolvable
part of aResourceDescription
.A description of a resource.Mapping information for components to be exported as REST resources.Interface for metadata of resources exposed through the system.An enum listing all supported resource types.ResourceMapping
for all search resources.An API to discover theHttpMethod
s supported on a givenResourceType
.Null object to abstract the absence of any support for any HTTP method.SimpleResourceDescription
that additionally captures a type to be able to potentially create a reasonable default message.