Class RestClientCDIDelegateBuilder<T>
- java.lang.Object
-
- io.quarkus.rest.client.reactive.runtime.RestClientCDIDelegateBuilder<T>
-
public class RestClientCDIDelegateBuilder<T> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringREST_SCOPE_FORMAT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TcreateDelegate(Class<T> jaxrsInterface, String baseUriFromAnnotation, String propertyPrefix)
-
-
-
Field Detail
-
REST_SCOPE_FORMAT
public static final String REST_SCOPE_FORMAT
- See Also:
- Constant Field Values
-
-