Uses of Enum Class
org.springframework.data.rest.core.mapping.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in org.springframework.data.rest.core.mapping
Methods in org.springframework.data.rest.core.mapping that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceType
Returns the enum constant of this class with the specified name.static ResourceType[]
ResourceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.rest.core.mapping with parameters of type ResourceTypeModifier and TypeMethodDescriptionCrudMethodsSupportedHttpMethods.getMethodsFor
(ResourceType resourceType) SupportedHttpMethods.getMethodsFor
(ResourceType type) Returns the supportedHttpMethod
s for the givenResourceType
.SupportedHttpMethods.NoSupportedMethods.getMethodsFor
(ResourceType resourcType) -
Uses of ResourceType in org.springframework.data.rest.webmvc
Methods in org.springframework.data.rest.webmvc with parameters of type ResourceTypeModifier and TypeMethodDescriptionvoid
RootResourceInformation.verifySupportedMethod
(HttpMethod httpMethod, ResourceType resourceType) Verifies that the givenHttpMethod
is supported for the givenResourceType
.