Class DiscoveryConfigProperty
java.lang.Object
io.quarkus.annotation.processor.documentation.config.discovery.DiscoveryConfigProperty
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDiscoveryConfigProperty(String path, String sourceType, String sourceElementName, SourceElementType sourceElementType, String defaultValue, String defaultValueForDoc, boolean escapeDefaultValueForDoc, Deprecation deprecation, String mapKey, boolean unnamedMapKey, ResolvedType type, boolean converted, boolean enforceHyphenateEnumValue, boolean section, boolean sectionGenerated) -
Method Summary
Modifier and TypeMethodDescriptionbuilder(String sourceType, String sourceElementName, SourceElementType sourceElementType, ResolvedType type) getPath()getType()booleanbooleanbooleanbooleanbooleanbooleanbooleantoString()
-
Constructor Details
-
DiscoveryConfigProperty
public DiscoveryConfigProperty(String path, String sourceType, String sourceElementName, SourceElementType sourceElementType, String defaultValue, String defaultValueForDoc, boolean escapeDefaultValueForDoc, Deprecation deprecation, String mapKey, boolean unnamedMapKey, ResolvedType type, boolean converted, boolean enforceHyphenateEnumValue, boolean section, boolean sectionGenerated)
-
-
Method Details
-
getPath
-
getSourceType
-
getSourceElementName
-
getSourceElementType
-
getDefaultValue
-
getDefaultValueForDoc
-
isEscapeDefaultValueForDoc
public boolean isEscapeDefaultValueForDoc() -
getDeprecation
-
isDeprecated
public boolean isDeprecated() -
getMapKey
-
isUnnamedMapKey
public boolean isUnnamedMapKey() -
getType
-
isConverted
public boolean isConverted() -
isEnforceHyphenateEnumValue
public boolean isEnforceHyphenateEnumValue() -
isSection
public boolean isSection() -
isSectionGenerated
public boolean isSectionGenerated() -
toString
-
toString
-
builder
public static DiscoveryConfigProperty.Builder builder(String sourceType, String sourceElementName, SourceElementType sourceElementType, ResolvedType type)
-