Uses of Class
si.mazi.rescu.RestMethodMetadata
| Package | Description |
|---|---|
| si.mazi.rescu |
Classes in this package may be used to create proxy client objects for REST web services.
|
-
Uses of RestMethodMetadata in si.mazi.rescu
Methods in si.mazi.rescu that return RestMethodMetadata Modifier and Type Method Description static RestMethodMetadataRestMethodMetadata. create(Method method, String baseUrl, String intfacePath)RestMethodMetadataRestInvocation. getMethodMetadata()Methods in si.mazi.rescu with parameters of type RestMethodMetadata Modifier and Type Method Description static RestInvocationRestInvocation. create(RequestWriterResolver requestWriterResolver, RestMethodMetadata methodMetadata, Object[] args, Map<Class<? extends Annotation>,Params> defaultParamsMap)protected ObjectRestInvocationHandler. mapInvocationResult(InvocationResult invocationResult, RestMethodMetadata methodMetadata)ObjectResponseReader. read(InvocationResult invocationResult, RestMethodMetadata methodMetadata)protected ObjectRestInvocationHandler. receiveAndMap(RestMethodMetadata methodMetadata, HttpURLConnection connection)ResponseReaderResponseReaderResolver. resolveReader(RestMethodMetadata methodMetadata)RequestWriterRequestWriterResolver. resolveWriter(RestMethodMetadata methodMetadata)