Uses of Class
si.mazi.rescu.HttpMethod
| Package | Description |
|---|---|
| si.mazi.rescu |
Classes in this package may be used to create proxy client objects for REST web services.
|
-
Uses of HttpMethod in si.mazi.rescu
Methods in si.mazi.rescu that return HttpMethod Modifier and Type Method Description HttpMethodRestMethodMetadata. getHttpMethod()static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in si.mazi.rescu with parameters of type HttpMethod Constructor Description RestMethodMetadata(Type returnType, HttpMethod httpMethod, String baseUrl, String intfacePath, String methodPathTemplate, Class<? extends RuntimeException> exceptionType, String reqContentType, String resContentType, String methodName, Map<Class<? extends Annotation>,Annotation> methodAnnotationMap, Annotation[][] parameterAnnotations)Deprecated.UseRestMethodMetadata.create(Method, String, String)instead.