Uses of Class
org.bremersee.apiclient.webflux.contract.HttpRequestMethod
-
Packages that use HttpRequestMethod Package Description org.bremersee.apiclient.webflux.contract org.bremersee.apiclient.webflux.contract.spring -
-
Uses of HttpRequestMethod in org.bremersee.apiclient.webflux.contract
Methods in org.bremersee.apiclient.webflux.contract that return HttpRequestMethod Modifier and Type Method Description static HttpRequestMethod
HttpRequestMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpRequestMethod[]
HttpRequestMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bremersee.apiclient.webflux.contract that return types with arguments of type HttpRequestMethod Modifier and Type Method Description @NotNull Function<Invocation,HttpRequestMethod>
RequestUriSpecFunction. getHttpMethodResolver()
Gets http method resolver.static Optional<HttpRequestMethod>
HttpRequestMethod. resolve(String method)
Resolve. -
Uses of HttpRequestMethod in org.bremersee.apiclient.webflux.contract.spring
Methods in org.bremersee.apiclient.webflux.contract.spring that return HttpRequestMethod Modifier and Type Method Description HttpRequestMethod
HttpMethodResolver. apply(Invocation invocation)
-