Uses of Interface
com.consol.citrus.config.annotation.AnnotationConfigParser
-
Packages that use AnnotationConfigParser Package Description com.consol.citrus.config.annotation -
-
Uses of AnnotationConfigParser in com.consol.citrus.config.annotation
Fields in com.consol.citrus.config.annotation with type parameters of type AnnotationConfigParser Modifier and Type Field Description static Map<String,AnnotationConfigParser>AnnotationConfigParser. parsersMethods in com.consol.citrus.config.annotation that return types with arguments of type AnnotationConfigParser Modifier and Type Method Description static Map<String,AnnotationConfigParser>AnnotationConfigParser. lookup()Resolves all available annotation config parsers from resource path lookup.static Optional<AnnotationConfigParser>AnnotationConfigParser. lookup(String parser)Resolves annotation config parser from resource path lookup with given resource name.
-