Class ExposureConfiguration

java.lang.Object
org.springframework.data.rest.core.mapping.ExposureConfiguration
All Implemented Interfaces:
ExposureConfigurer

public class ExposureConfiguration extends Object implements ExposureConfigurer
Configuration type to register filters customizing the HTTP methods supported. By default, filters registered are applied globally. Domain type specific filters can be registered via forDomainType(Class). Useful global shortcuts like disablePutOnItemResources() do exist as well.
Since:
3.1
Author:
Oliver Gierke
See Also: