Class HttpClientConfigParser
java.lang.Object
org.citrusframework.http.config.annotation.HttpClientConfigParser
- All Implemented Interfaces:
AnnotationConfigParser<HttpClientConfig,HttpClient>
public class HttpClientConfigParser
extends Object
implements AnnotationConfigParser<HttpClientConfig,HttpClient>
- Since:
- 2.5
- Author:
- Christoph Deppisch
-
Field Summary
Fields inherited from interface org.citrusframework.config.annotation.AnnotationConfigParser
logger, parsers, RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(HttpClientConfig annotation, ReferenceResolver referenceResolver)
-
Constructor Details
-
HttpClientConfigParser
public HttpClientConfigParser()
-
-
Method Details
-
parse
- Specified by:
parsein interfaceAnnotationConfigParser<HttpClientConfig,HttpClient>
-