Package io.quarkus.test.common.http
Class StringTestHTTPResourceProvider
java.lang.Object
io.quarkus.test.common.http.StringTestHTTPResourceProvider
- All Implemented Interfaces:
TestHTTPResourceProvider<String>
public class StringTestHTTPResourceProvider
extends Object
implements TestHTTPResourceProvider<String>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringTestHTTPResourceProvider
public StringTestHTTPResourceProvider()
-
-
Method Details
-
getProvidedType
- Specified by:
getProvidedTypein interfaceTestHTTPResourceProvider<String>
-
provide
Description copied from interface:TestHTTPResourceProviderCreate 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.
- Specified by:
providein interfaceTestHTTPResourceProvider<String>
-