Annotation Type ConfigMap
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface ConfigMap
Annotate a test parameter of typeMapto inject a matching component property type orConfigTypeafter converting it to a map of config properties.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<?>valueSpecify 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
-
-