Class DirectSyncEndpointConfigParser
java.lang.Object
org.citrusframework.endpoint.direct.annotation.DirectSyncEndpointConfigParser
- All Implemented Interfaces:
AnnotationConfigParser<DirectSyncEndpointConfig,DirectSyncEndpoint>
public class DirectSyncEndpointConfigParser
extends Object
implements AnnotationConfigParser<DirectSyncEndpointConfig,DirectSyncEndpoint>
-
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(DirectSyncEndpointConfig annotation, ReferenceResolver referenceResolver)
-
Constructor Details
-
DirectSyncEndpointConfigParser
public DirectSyncEndpointConfigParser()
-
-
Method Details
-
parse
public DirectSyncEndpoint parse(DirectSyncEndpointConfig annotation, ReferenceResolver referenceResolver) - Specified by:
parsein interfaceAnnotationConfigParser<DirectSyncEndpointConfig,DirectSyncEndpoint>
-