Package io.smallrye.config
Annotation Interface WithConverter
Specify the converter to use to convert the annotated type.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> valueThe converter class to use.- Returns:
- the converter class
-