| Package | Description |
|---|---|
| org.springframework.data.rest.webmvc |
| 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 |
|---|---|
Collection<HttpMethod> |
RootResourceInformation.getSupportedMethods(ResourceType resourcType)
Returns the supported
HttpMethods for the given ResourceType. |
boolean |
RootResourceInformation.supports(HttpMethod httpMethod,
ResourceType resourceType)
Returns whether the given
HttpMethod is supported for the given ResourceType. |
void |
RootResourceInformation.verifySupportedMethod(HttpMethod httpMethod,
ResourceType resourceType)
Verifies that the given
HttpMethod is supported for the given ResourceType. |
Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.