Class ConfigProperty
java.lang.Object
io.quarkus.annotation.processor.documentation.config.model.AbstractConfigItem
io.quarkus.annotation.processor.documentation.config.model.ConfigProperty
- All Implemented Interfaces:
Comparable<AbstractConfigItem>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.quarkus.annotation.processor.documentation.config.model.AbstractConfigItem
AbstractConfigItem.Path -
Field Summary
Fields inherited from class io.quarkus.annotation.processor.documentation.config.model.AbstractConfigItem
deprecation, path, sourceElementName, sourceElementType, sourceType, type -
Constructor Summary
ConstructorsConstructorDescriptionConfigProperty(ConfigPhase phase, String sourceType, String sourceElementName, SourceElementType sourceElementType, ConfigProperty.PropertyPath path, List<ConfigProperty.PropertyPath> additionalPaths, String type, String typeDescription, boolean map, boolean list, boolean optional, boolean secret, String mapKey, boolean unnamedMapKey, boolean withinMap, boolean converted, boolean isEnum, EnumAcceptedValues enumAcceptedValues, String defaultValue, boolean escapeDefaultValue, String javadocSiteLink, Deprecation deprecation) -
Method Summary
Methods inherited from class io.quarkus.annotation.processor.documentation.config.model.AbstractConfigItem
getDeprecation, getPath$$bridge, getSourceElementName, getSourceElementType, getSourceType, getType, isDeprecated
-
Constructor Details
-
ConfigProperty
public ConfigProperty(ConfigPhase phase, String sourceType, String sourceElementName, SourceElementType sourceElementType, ConfigProperty.PropertyPath path, List<ConfigProperty.PropertyPath> additionalPaths, String type, String typeDescription, boolean map, boolean list, boolean optional, boolean secret, String mapKey, boolean unnamedMapKey, boolean withinMap, boolean converted, boolean isEnum, EnumAcceptedValues enumAcceptedValues, String defaultValue, boolean escapeDefaultValue, String javadocSiteLink, Deprecation deprecation)
-
-
Method Details
-
getPhase
-
getPath
- Overrides:
getPathin classAbstractConfigItem
-
getAdditionalPaths
-
getEnvironmentVariable
Deprecated. -
getTypeDescription
-
isMap
public boolean isMap() -
isList
public boolean isList() -
isOptional
public boolean isOptional() -
isSecret
public boolean isSecret() -
getMapKey
-
isUnnamedMapKey
public boolean isUnnamedMapKey() -
isWithinMap
public boolean isWithinMap() -
isConverted
public boolean isConverted() -
isEnum
public boolean isEnum() -
getEnumAcceptedValues
-
getDefaultValue
-
isEscapeDefaultValue
public boolean isEscapeDefaultValue() -
getJavadocSiteLink
-
isSection
public boolean isSection()- Specified by:
isSectionin classAbstractConfigItem
-
compareTo
-
hasDurationType
public boolean hasDurationType()- Specified by:
hasDurationTypein classAbstractConfigItem
-
hasMemorySizeType
public boolean hasMemorySizeType()- Specified by:
hasMemorySizeTypein classAbstractConfigItem
-
walk
- Specified by:
walkin classAbstractConfigItem
-