Class SmallRyeConfigPropertyInfo
java.lang.Object
org.apache.polaris.docs.generator.SmallRyeConfigPropertyInfo
- All Implemented Interfaces:
PropertyInfo
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringdefaultValue(io.smallrye.config.ConfigMappingInterface.Property property) doc()booleanstatic booleanisSettableType(io.smallrye.config.ConfigMappingInterface.Property property) booleanstatic StringsimplifiedTypeName(io.smallrye.config.ConfigMappingInterface.Property property)
-
Method Details
-
propertyElement
- Specified by:
propertyElementin interfacePropertyInfo
-
propertyName
- Specified by:
propertyNamein interfacePropertyInfo
-
prefixOverride
-
sectionDocFromType
public boolean sectionDocFromType() -
propertySuffix
- Specified by:
propertySuffixin interfacePropertyInfo
-
simplifiedTypeName
- Specified by:
simplifiedTypeNamein interfacePropertyInfo
-
isSettableType
public boolean isSettableType() -
groupType
- Specified by:
groupTypein interfacePropertyInfo
-
isSettableType
public static boolean isSettableType(io.smallrye.config.ConfigMappingInterface.Property property) -
simplifiedTypeName
public static String simplifiedTypeName(io.smallrye.config.ConfigMappingInterface.Property property) -
doc
- Specified by:
docin interfacePropertyInfo
-
defaultValue
- Specified by:
defaultValuein interfacePropertyInfo
-
defaultValue
-