Annotation Type ConfigMap
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface ConfigMap
Annotate a test parameter of typeMap
to inject a matching component property type orConfigType
after converting it to a map of config properties.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<?>
value
Specify a matching config annotation type orConfigType.type()
.
-
-
-
Element Detail
-
value
Class<?> value
Specify a matching config annotation type orConfigType.type()
. Array types are not supported.- Returns:
- the desired config type
-
-