Uses of Class
org.springframework.data.rest.core.mapping.ConfigurableHttpMethods
Packages that use ConfigurableHttpMethods
-
Uses of ConfigurableHttpMethods in org.springframework.data.rest.core.mapping
Fields in org.springframework.data.rest.core.mapping declared as ConfigurableHttpMethodsModifier and TypeFieldDescriptionstatic final ConfigurableHttpMethodsConfigurableHttpMethods.ALLstatic final ConfigurableHttpMethodsConfigurableHttpMethods.NONEMethods in org.springframework.data.rest.core.mapping that return ConfigurableHttpMethodsModifier and TypeMethodDescriptionConfigurableHttpMethods.disable(HttpMethod... methods) Disables the givenHttpMethods.ConfigurableHttpMethods.enable(HttpMethod... methods) Enables the givenHttpMethods.ExposureConfigurer.AggregateResourceHttpMethodsFilter.filter(ResourceMetadata metdata, ConfigurableHttpMethods httpMethods) ExposureConfigurer.AssociationResourceHttpMethodsFilter.filter(PropertyAwareResourceMapping metdata, ConfigurableHttpMethods httpMethods) Methods in org.springframework.data.rest.core.mapping with parameters of type ConfigurableHttpMethodsModifier and TypeMethodDescriptionExposureConfigurer.AggregateResourceHttpMethodsFilter.filter(ResourceMetadata metdata, ConfigurableHttpMethods httpMethods) ExposureConfigurer.AssociationResourceHttpMethodsFilter.filter(PropertyAwareResourceMapping metdata, ConfigurableHttpMethods httpMethods)