| Package | Description |
|---|---|
| org.springframework.data.rest.core.config | |
| org.springframework.data.rest.core.mapping |
| Modifier and Type | Method and Description |
|---|---|
ExposureConfiguration |
RepositoryRestConfiguration.getExposureConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ExposureConfiguration |
ExposureConfiguration.disablePatchOnItemResources()
Disables the support for
HttpMethod.PATCH for item resources. |
ExposureConfiguration |
ExposureConfiguration.disablePutForCreation() |
ExposureConfiguration |
ExposureConfiguration.disablePutOnItemResources()
Disables the support for
HttpMethod.PUT for item resources. |
ExposureConfiguration |
ExposureConfiguration.withAssociationExposure(ExposureConfigurer.AssociationResourceHttpMethodsFilter filter) |
ExposureConfiguration |
ExposureConfiguration.withCollectionExposure(ExposureConfigurer.AggregateResourceHttpMethodsFilter filter) |
ExposureConfiguration |
ExposureConfiguration.withItemExposure(ExposureConfigurer.AggregateResourceHttpMethodsFilter filter) |
| Constructor and Description |
|---|
ConfigurationApplyingSupportedHttpMethodsAdapter(@NonNull ExposureConfiguration configuration,
@NonNull ResourceMetadata resourceMetadata,
@NonNull SupportedHttpMethods delegate) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.