Package io.smallrye.config
Class ConfigMappingInterface.GroupProperty
- java.lang.Object
-
- io.smallrye.config.ConfigMappingInterface.Property
-
- io.smallrye.config.ConfigMappingInterface.MayBeOptionalProperty
-
- io.smallrye.config.ConfigMappingInterface.GroupProperty
-
- Enclosing class:
- ConfigMappingInterface
public static final class ConfigMappingInterface.GroupProperty extends ConfigMappingInterface.MayBeOptionalProperty
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigMappingInterface.GroupPropertyasGroup()ConfigMappingInterfacegetGroupType()ConfigMapping.NamingStrategygetNamingStrategy()booleanhasNamingStrategy()booleanisGroup()-
Methods inherited from class io.smallrye.config.ConfigMappingInterface.MayBeOptionalProperty
asMayBeOptional, isMayBeOptional
-
Methods inherited from class io.smallrye.config.ConfigMappingInterface.Property
asCollection, asDefaultMethod, asLeaf, asMap, asOptional, asPrimitive, equals, getDefaultValue, getMemberName, getMethod, getPropertyName, getPropertyName, hasConvertWith, hasDefaultValue, hashCode, hasPropertyName, isCollection, isDefaultMethod, isLeaf, isMap, isOptional, isParentPropertyName, isPrimitive, isToStringMethod
-
-
-
-
Method Detail
-
getGroupType
public ConfigMappingInterface getGroupType()
-
isGroup
public boolean isGroup()
- Overrides:
isGroupin classConfigMappingInterface.Property
-
asGroup
public ConfigMappingInterface.GroupProperty asGroup()
- Overrides:
asGroupin classConfigMappingInterface.Property
-
hasNamingStrategy
public boolean hasNamingStrategy()
-
getNamingStrategy
public ConfigMapping.NamingStrategy getNamingStrategy()
-
-