Package io.quarkus.deployment.steps
Class ConfigDescriptionBuildStep.EffectiveConfigTypeAndValues
- java.lang.Object
-
- io.quarkus.deployment.steps.ConfigDescriptionBuildStep.EffectiveConfigTypeAndValues
-
- Enclosing class:
- ConfigDescriptionBuildStep
static class ConfigDescriptionBuildStep.EffectiveConfigTypeAndValues extends Object
-
-
Constructor Summary
Constructors Constructor Description EffectiveConfigTypeAndValues()EffectiveConfigTypeAndValues(String typeName)EffectiveConfigTypeAndValues(String typeName, List<String> allowedValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAllowedValue(String v)List<String>getAllowedValues()StringgetTypeName()voidsetAllowedValues(List<String> allowedValues)voidsetTypeName(String typeName)
-