Package io.quarkus.runtime.annotations
Annotation Type ConvertWith
-
@Retention(RUNTIME) @Target({FIELD,PARAMETER}) @Documented public @interface ConvertWith
Defines aConverter
to be used for conversion of a config property. This will override the default converter on the target config item.
-
-
Element Detail
-
value
Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> value
Specify the relative name of the configuration item.- Returns:
- the name
-
-