Package io.smallrye.config
Annotation Type WithConverter
-
@Documented @Retention(RUNTIME) @Target({METHOD,TYPE_USE}) @Experimental("ConfigMapping API to group configuration properties") public @interface WithConverter
Specify the converter to use to convert the annotated type.
-
-
Element Detail
-
value
Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> value
The converter class to use.- Returns:
- the converter class
-
-