Uses of Interface
org.springframework.data.rest.core.mapping.ExposureConfigurer.AggregateResourceHttpMethodsFilter
Packages that use ExposureConfigurer.AggregateResourceHttpMethodsFilter
-
Uses of ExposureConfigurer.AggregateResourceHttpMethodsFilter in org.springframework.data.rest.core.mapping
Methods in org.springframework.data.rest.core.mapping that return ExposureConfigurer.AggregateResourceHttpMethodsFilterModifier and TypeMethodDescriptionExposureConfigurer.AggregateResourceHttpMethodsFilter.none()
Returns a default filter that just returns allHttpMethods
as is, i.e. does not apply any filtering.Methods in org.springframework.data.rest.core.mapping with parameters of type ExposureConfigurer.AggregateResourceHttpMethodsFilterModifier and TypeMethodDescriptionExposureConfiguration.withCollectionExposure
(ExposureConfigurer.AggregateResourceHttpMethodsFilter filter) ExposureConfigurer.withCollectionExposure
(ExposureConfigurer.AggregateResourceHttpMethodsFilter filter) Registers the givenExposureConfigurer.AggregateResourceHttpMethodsFilter
to be used for collection resources.ExposureConfiguration.withItemExposure
(ExposureConfigurer.AggregateResourceHttpMethodsFilter filter) ExposureConfigurer.withItemExposure
(ExposureConfigurer.AggregateResourceHttpMethodsFilter filter) Registers the givenExposureConfigurer.AggregateResourceHttpMethodsFilter
to be used for item resources.