Uses of Interface
org.citrusframework.config.annotation.AnnotationConfigParser
Packages that use AnnotationConfigParser
-
Uses of AnnotationConfigParser in org.citrusframework.config.annotation
Fields in org.citrusframework.config.annotation with type parameters of type AnnotationConfigParserModifier and TypeFieldDescriptionstatic final Map<String,AnnotationConfigParser> AnnotationConfigParser.parsersMethods in org.citrusframework.config.annotation that return types with arguments of type AnnotationConfigParserModifier and TypeMethodDescriptionstatic Map<String,AnnotationConfigParser> AnnotationConfigParser.lookup()Resolves all available annotation config parsers from resource path lookup.static Optional<AnnotationConfigParser>Resolves annotation config parser from resource path lookup with given resource name.