Class RestClientBase
- java.lang.Object
-
- io.quarkus.jaxrs.client.reactive.runtime.RestClientBase
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public abstract class RestClientBase extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description RestClientBase(List<javax.ws.rs.ext.ParamConverterProvider> providers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ObjectconvertParam(T value, Class<T> type, Supplier<Type[]> genericType, Supplier<Annotation[][]> methodAnnotations, int paramIndex)<T> Object[]convertParamArray(T[] value, Class<T> type, Supplier<Type[]> genericType, Supplier<Annotation[][]> methodAnnotations, int paramIndex)
-