| Package | Description |
|---|---|
| org.springframework.data.rest.core.mapping |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationApplyingSupportedHttpMethodsAdapter
Adapter for a
SupportedHttpMethods instance that applies settings made through ExposureConfiguration
to the calculated ConfigurableHttpMethods |
class |
CrudMethodsSupportedHttpMethods
SupportedHttpMethods that are determined by a CrudMethods instance. |
static class |
SupportedHttpMethods.NoSupportedMethods
Null object to abstract the absence of any support for any HTTP method.
|
| Modifier and Type | Method and Description |
|---|---|
SupportedHttpMethods |
ResourceMetadata.getSupportedHttpMethods()
Returns the supported
HttpMethods for the given ResourceType. |
| Constructor and Description |
|---|
ConfigurationApplyingSupportedHttpMethodsAdapter(@NonNull ExposureConfiguration configuration,
@NonNull ResourceMetadata resourceMetadata,
@NonNull SupportedHttpMethods delegate) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.