Class DefaultValuesConfigSource

java.lang.Object
io.smallrye.config.common.AbstractConfigSource
io.smallrye.config.DefaultValuesConfigSource
All Implemented Interfaces:
Serializable, org.eclipse.microprofile.config.spi.ConfigSource

public final class DefaultValuesConfigSource extends io.smallrye.config.common.AbstractConfigSource
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final int
     

    Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource

    CONFIG_ORDINAL, DEFAULT_ORDINAL
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultValuesConfigSource(Map<String,String> properties, String name, int ordinal)
    Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    getValue(String propertyName)
     

    Methods inherited from class io.smallrye.config.common.AbstractConfigSource

    getName, getOrdinal, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource

    getProperties
  • Field Details

  • Constructor Details

    • DefaultValuesConfigSource

      @Deprecated(forRemoval=true) public DefaultValuesConfigSource(Map<String,String> properties, String name, int ordinal)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getPropertyNames

      public Set<String> getPropertyNames()
    • getValue

      public String getValue(String propertyName)