Uses of Interface
org.eclipse.microprofile.config.spi.Converter
Packages that use Converter
Package
Description
Configuration for Java MicroProfile
This package contains classes which are used to implement the configuration API, and to extend the standard
configuration functionality in a portable way.
-
Uses of Converter in org.eclipse.microprofile.config
Methods in org.eclipse.microprofile.config that return types with arguments of type ConverterModifier and TypeMethodDescriptionConfig.getConverter(Class<T> forType) Return theConverterused by this instance to produce instances of the specified type from string values. -
Uses of Converter in org.eclipse.microprofile.config.spi
Methods in org.eclipse.microprofile.config.spi with parameters of type ConverterModifier and TypeMethodDescription<T> ConfigBuilderConfigBuilder.withConverter(Class<T> type, int priority, Converter<T> converter) Add the specifiedConverterinstance for the given type to the configuration being built.ConfigBuilder.withConverters(Converter<?>... converters) Add the specifiedConverterinstances to the configuration being built.