Package io.quarkus.arc.deployment
Class ConfigPropertyBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.arc.deployment.ConfigPropertyBuildItem
public final class ConfigPropertyBuildItem
extends io.quarkus.builder.item.MultiBuildItem
Represents a mandatory config property that needs to be validated at runtime.
-
Constructor Summary
ConstructorsConstructorDescriptionConfigPropertyBuildItem(String propertyName, org.jboss.jandex.Type propertyType, String defaultValue) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.jandex.Type
-
Constructor Details
-
ConfigPropertyBuildItem
-
-
Method Details
-
getPropertyName
-
getPropertyType
public org.jboss.jandex.Type getPropertyType() -
getDefaultValue
-