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 TypeClassDescriptionclassConfiguration 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 aExposureConfigurerto allow the registration of type specificExposureConfigurer.AggregateResourceHttpMethodsFilterandExposureConfigurer.AssociationResourceHttpMethodsFilters 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.AggregateResourceHttpMethodsFilterto be used for collection resources.ExposureConfigurer.withItemExposure(ExposureConfigurer.AggregateResourceHttpMethodsFilter filter) Registers the givenExposureConfigurer.AggregateResourceHttpMethodsFilterto be used for item resources.