Annotation Interface WithConverter


@Documented @Retention(RUNTIME) @Target({METHOD,TYPE_USE}) public @interface WithConverter
Specify the converter to use to convert the annotated type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends org.eclipse.microprofile.config.spi.Converter<?>>
    The converter class to use.
  • Element Details

    • value

      Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> value
      The converter class to use.
      Returns:
      the converter class