Uses of Interface
org.springframework.data.rest.core.mapping.HttpMethods
Packages that use HttpMethods
-
Uses of HttpMethods in org.springframework.data.rest.core.mapping
Classes in org.springframework.data.rest.core.mapping that implement HttpMethodsModifier and TypeClassDescriptionclassHttpMethodsthat expose methods to create differentConfigurableHttpMethods.Methods in org.springframework.data.rest.core.mapping that return HttpMethodsModifier and TypeMethodDescriptiondefault HttpMethodsHttpMethods.and(HttpMethod... method) Returns a newHttpMethodswith the givenHttpMethods added.default HttpMethodsHttpMethods.butWithout(HttpMethod... method) Returns a newHttpMethodsinstance with the givenHttpMethods removed.CrudMethodsSupportedHttpMethods.getMethodsFor(PersistentProperty<?> property) CrudMethodsSupportedHttpMethods.getMethodsFor(ResourceType resourceType) SupportedHttpMethods.getMethodsFor(PersistentProperty<?> property) Returns the supportedHttpMethods for the givenPersistentProperty.SupportedHttpMethods.getMethodsFor(ResourceType type) Returns the supportedHttpMethods for the givenResourceType.SupportedHttpMethods.NoSupportedMethods.getMethodsFor(PersistentProperty<?> property) SupportedHttpMethods.NoSupportedMethods.getMethodsFor(ResourceType resourcType) static HttpMethodsHttpMethods.none()static HttpMethodsHttpMethods.of(Collection<HttpMethod> methods) Returns a newHttpMethodswith the givenHttpMethods. -
Uses of HttpMethods in org.springframework.data.rest.webmvc
Fields in org.springframework.data.rest.webmvc declared as HttpMethodsModifier and TypeFieldDescriptionstatic final HttpMethodsRepositoryRestHandlerMapping.DEFAULT_ALLOWED_METHODS