| Package | Description |
|---|---|
| org.springframework.data.rest.core.mapping |
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<org.springframework.http.HttpMethod> |
SupportedHttpMethods.getMethodsFor(ResourceType type)
Returns the supported
HttpMethods for the given ResourceType. |
Set<org.springframework.http.HttpMethod> |
SupportedHttpMethods.NoSupportedMethods.getMethodsFor(ResourceType resourcType) |
Set<org.springframework.http.HttpMethod> |
CrudMethodsSupportedHttpMethods.getMethodsFor(ResourceType resourceType) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.