Uses of Interface
org.springframework.data.rest.core.mapping.ExposureConfigurer
Packages that use ExposureConfigurer
-
Uses of ExposureConfigurer in org.springframework.data.rest.core.mapping
Classes in org.springframework.data.rest.core.mapping that implement ExposureConfigurerModifier and TypeClassDescriptionclass
Configuration type to register filters customizing the HTTP methods supported.Methods in org.springframework.data.rest.core.mapping that return ExposureConfigurerModifier and TypeMethodDescriptionExposureConfigurer.disablePutForCreation()
Disables the ability to create new item resources viaHttpMethod.PUT
.ExposureConfiguration.forDomainType
(Class<?> type) Returns aExposureConfigurer
to allow the registration of type specificExposureConfigurer.AggregateResourceHttpMethodsFilter
andExposureConfigurer.AssociationResourceHttpMethodsFilter
s which means the configured filters will only be invoked for aggregates of the given type and properties owned by that type respectively.ExposureConfigurer.withAssociationExposure
(ExposureConfigurer.AssociationResourceHttpMethodsFilter filter) Registers the givenExposureConfigurer.AssociationResourceHttpMethodsFilter
.ExposureConfigurer.withCollectionExposure
(ExposureConfigurer.AggregateResourceHttpMethodsFilter filter) Registers the givenExposureConfigurer.AggregateResourceHttpMethodsFilter
to be used for collection resources.ExposureConfigurer.withItemExposure
(ExposureConfigurer.AggregateResourceHttpMethodsFilter filter) Registers the givenExposureConfigurer.AggregateResourceHttpMethodsFilter
to be used for item resources.