Package | Description |
---|---|
org.springframework.data.rest.core.mapping | |
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 |
---|---|
Set<HttpMethod> |
SupportedHttpMethods.getMethodsFor(ResourceType type)
Returns the supported
HttpMethod s for the given ResourceType . |
Set<HttpMethod> |
SupportedHttpMethods.NoSupportedMethods.getMethodsFor(ResourceType resourcType) |
Set<HttpMethod> |
CrudMethodsSupportedHttpMethods.getMethodsFor(ResourceType resourcType) |
Modifier and Type | Method and Description |
---|---|
void |
RootResourceInformation.verifySupportedMethod(HttpMethod httpMethod,
ResourceType resourceType)
Verifies that the given
HttpMethod is supported for the given ResourceType . |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.