| Package | Description |
|---|---|
| org.springframework.data.rest.core.mapping |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableHttpMethods
HttpMethods that expose methods to create different ConfigurableHttpMethods. |
| Modifier and Type | Method and Description |
|---|---|
default HttpMethods |
HttpMethods.and(HttpMethod... method)
Returns a new
HttpMethods with the given HttpMethods added. |
default HttpMethods |
HttpMethods.butWithout(HttpMethod... method)
Returns a new
HttpMethods instance with the given HttpMethods removed. |
HttpMethods |
CrudMethodsSupportedHttpMethods.getMethodsFor(PersistentProperty<?> property) |
HttpMethods |
SupportedHttpMethods.getMethodsFor(PersistentProperty<?> property)
Returns the supported
HttpMethods for the given PersistentProperty. |
HttpMethods |
SupportedHttpMethods.NoSupportedMethods.getMethodsFor(PersistentProperty<?> property) |
HttpMethods |
ConfigurationApplyingSupportedHttpMethodsAdapter.getMethodsFor(PersistentProperty<?> property) |
HttpMethods |
CrudMethodsSupportedHttpMethods.getMethodsFor(ResourceType resourceType) |
HttpMethods |
SupportedHttpMethods.getMethodsFor(ResourceType type)
Returns the supported
HttpMethods for the given ResourceType. |
HttpMethods |
SupportedHttpMethods.NoSupportedMethods.getMethodsFor(ResourceType resourcType) |
HttpMethods |
ConfigurationApplyingSupportedHttpMethodsAdapter.getMethodsFor(ResourceType type) |
static HttpMethods |
HttpMethods.none() |
static HttpMethods |
HttpMethods.of(Collection<HttpMethod> methods)
Returns a new
HttpMethods with the given HttpMethods. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.