Package io.quarkus.test.common.http
Interface TestHTTPResourceProvider<T>
- All Known Implementing Classes:
StringTestHTTPResourceProvider,URITestHTTPResourceProvider,URLTestHTTPResourceProvider
public interface TestHTTPResourceProvider<T>
-
Method Summary
-
Method Details
-
getProvidedType
-
provide
Create the resource to be injected into the field.Note that there is no need to directly call set() on the field, it is only provided to allow you to examine the generic type and any additional annotations.
-