Class MediaTypeConfigSource

java.lang.Object
io.quarkus.smallrye.openapi.deployment.MediaTypeConfigSource
All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource

public class MediaTypeConfigSource extends Object implements org.eclipse.microprofile.config.spi.ConfigSource
  • Constructor Details

    • MediaTypeConfigSource

      public MediaTypeConfigSource()
  • Method Details

    • getPropertyNames

      public Set<String> getPropertyNames()
      Specified by:
      getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getValue

      public String getValue(String propertyName)
      Specified by:
      getValue in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getName

      public String getName()
      Specified by:
      getName in interface org.eclipse.microprofile.config.spi.ConfigSource