Package | Description |
---|---|
org.eclipse.microprofile.config.spi |
This package contains classes which are used to implement the configuration API, and to extend the standard
configuration functionality in a portable way.
|
Modifier and Type | Method and Description |
---|---|
<T> ConfigBuilder |
ConfigBuilder.withConverter(Class<T> type,
int priority,
Converter<T> converter)
Add the specified
Converter instance for the given type to the configuration being built. |
ConfigBuilder |
ConfigBuilder.withConverters(Converter<?>... converters)
Add the specified
Converter instances to the configuration being built. |
Copyright © 2020 Eclipse Foundation. All rights reserved.