Uses of Interface
io.smallrye.config.ConfigSourceFactory
-
-
Uses of ConfigSourceFactory in io.smallrye.config
Subinterfaces of ConfigSourceFactory in io.smallrye.config Modifier and Type Interface Description static interfaceConfigSourceFactory.ConfigurableConfigSourceFactory<MAPPING>Classes in io.smallrye.config that implement ConfigSourceFactory Modifier and Type Class Description classAbstractLocationConfigSourceFactoryThisAbstractLocationConfigSourceFactoryallows to initialize additional config locations with the configurationSmallRyeConfig.SMALLRYE_CONFIG_LOCATIONS.classPropertiesLocationConfigSourceFactoryMethods in io.smallrye.config with parameters of type ConfigSourceFactory Modifier and Type Method Description SmallRyeConfigBuilderSmallRyeConfigBuilder. withSources(ConfigSourceFactory... configSourceFactories)Constructors in io.smallrye.config with parameters of type ConfigSourceFactory Constructor Description ConfigurableConfigSource(ConfigSourceFactory factory)
-