@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) @Documented public @interface ConvertWith
Converter
to be used for conversion of a config property.
This will override the default converter on the target config item.public abstract Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> value
Copyright © 2020 JBoss by Red Hat. All rights reserved.