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 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)Constructors in si.mazi.rescu with parameters of type RestMethodMetadata Constructor Description RestInvocation(Map<Class<? extends Annotation>,Params> paramsMap, List<Object> unannanotatedParams, RestMethodMetadata methodMetadata, String methodPath, String invocationUrl, String queryString, String path, RequestWriterResolver requestWriterResolver)