Class RestClientBase
java.lang.Object
io.quarkus.jaxrs.client.reactive.runtime.RestClientBase
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> ObjectconvertParam(T value, Class<T> type, Type genericType, Annotation[] annotations) <T> Object[]convertParamArray(T[] value, Class<T> type, Type genericType, Annotation[] annotations)
-
Constructor Details
-
RestClientBase
-
-
Method Details
-
convertParamArray
public <T> Object[] convertParamArray(T[] value, Class<T> type, Type genericType, Annotation[] annotations) -
convertParam
-