Class ConfigurableHttpMethods

java.lang.Object
org.springframework.data.rest.core.mapping.ConfigurableHttpMethods
All Implemented Interfaces:
Iterable<HttpMethod>, Supplier<Stream<HttpMethod>>, HttpMethods, Streamable<HttpMethod>

public class ConfigurableHttpMethods extends Object implements HttpMethods
HttpMethods that expose methods to create different ConfigurableHttpMethods.
Since:
3.1
Author:
Oliver Gierke