Class AbstractLocationConfigSourceFactory

java.lang.Object
io.smallrye.config.AbstractLocationConfigSourceLoader
io.smallrye.config.AbstractLocationConfigSourceFactory
All Implemented Interfaces:
ConfigSourceFactory
Direct Known Subclasses:
PropertiesLocationConfigSourceFactory

public abstract class AbstractLocationConfigSourceFactory extends AbstractLocationConfigSourceLoader implements ConfigSourceFactory
This AbstractLocationConfigSourceFactory allows to initialize additional config locations with the configuration SmallRyeConfig.SMALLRYE_CONFIG_LOCATIONS. The configuration support multiple locations separated by a comma and each must represent a valid URI.
  • Constructor Details

    • AbstractLocationConfigSourceFactory

      public AbstractLocationConfigSourceFactory()
  • Method Details