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 ResourceTypeReturns 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 supportedHttpMethods 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 TypeMethodDescriptionvoidRootResourceInformation.verifySupportedMethod(HttpMethod httpMethod, ResourceType resourceType) Verifies that the givenHttpMethodis supported for the givenResourceType.