| Package | Description |
|---|---|
| si.mazi.rescu |
Classes in this package may be used to create proxy client objects for REST web services.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
RestMethodMetadata.getHttpMethod() |
static HttpMethod |
HttpMethod.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.
|
| Constructor and 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) |
Copyright © 2012–2021. All rights reserved.