| Package | Description |
|---|---|
| org.springframework.data.rest.core.mapping | |
| org.springframework.data.rest.webmvc |
| 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 |
SupportedHttpMethods.getMethodsFor(org.springframework.data.mapping.PersistentProperty<?> property)
Returns the supported
HttpMethods for the given PersistentProperty. |
HttpMethods |
SupportedHttpMethods.NoSupportedMethods.getMethodsFor(org.springframework.data.mapping.PersistentProperty<?> property) |
HttpMethods |
CrudMethodsSupportedHttpMethods.getMethodsFor(org.springframework.data.mapping.PersistentProperty<?> property) |
HttpMethods |
SupportedHttpMethods.getMethodsFor(ResourceType type)
Returns the supported
HttpMethods for the given ResourceType. |
HttpMethods |
SupportedHttpMethods.NoSupportedMethods.getMethodsFor(ResourceType resourcType) |
HttpMethods |
CrudMethodsSupportedHttpMethods.getMethodsFor(ResourceType resourceType) |
static HttpMethods |
HttpMethods.none() |
static HttpMethods |
HttpMethods.of(Collection<HttpMethod> methods)
Returns a new
HttpMethods with the given HttpMethods. |
| Modifier and Type | Field and Description |
|---|---|
static HttpMethods |
RepositoryRestHandlerMapping.DEFAULT_ALLOWED_METHODS |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.