Class ConfigPropertyBuildItem


  • public final class ConfigPropertyBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    Represents a mandatory config property that needs to be validated at runtime.
    • Constructor Detail

      • ConfigPropertyBuildItem

        public ConfigPropertyBuildItem​(String propertyName,
                                       org.jboss.jandex.Type propertyType,
                                       String defaultValue)
    • Method Detail

      • getPropertyName

        public String getPropertyName()
      • getPropertyType

        public org.jboss.jandex.Type getPropertyType()
      • getDefaultValue

        public String getDefaultValue()