Class ServiceBindingConfigSource

java.lang.Object
io.smallrye.config.common.AbstractConfigSource
io.smallrye.config.common.MapBackedConfigSource
io.quarkus.kubernetes.service.binding.runtime.ServiceBindingConfigSource
All Implemented Interfaces:
Serializable, org.eclipse.microprofile.config.spi.ConfigSource

public class ServiceBindingConfigSource extends io.smallrye.config.common.MapBackedConfigSource
See Also:
  • Field Summary

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

    CONFIG_ORDINAL, DEFAULT_ORDINAL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    getProperties, getPropertyNames, getValue

    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
  • Constructor Details

    • ServiceBindingConfigSource

      public ServiceBindingConfigSource(String name, Map<String,String> propertyMap)