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 Details

    • RestClientBase

      public RestClientBase(List<jakarta.ws.rs.ext.ParamConverterProvider> providers)
  • Method Details

    • convertParamArray

      public <T> Object[] convertParamArray(T[] value, Class<T> type, Type genericType, Annotation[] annotations)
    • convertParam

      public <T> Object convertParam(T value, Class<T> type, Type genericType, Annotation[] annotations)