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.GroupProperty
asGroup()
ConfigMappingInterface
getGroupType()
boolean
isGroup()
-
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, getMethod, getPropertyName, hasConvertWith, hashCode, hasPropertyName, isCollection, isDefaultMethod, isLeaf, isMap, isOptional, isParentPropertyName, isPrimitive, isToStringMethod
-
-
-
-
Method Detail
-
getGroupType
public ConfigMappingInterface getGroupType()
-
isGroup
public boolean isGroup()
- Overrides:
isGroup
in classConfigMappingInterface.Property
-
asGroup
public ConfigMappingInterface.GroupProperty asGroup()
- Overrides:
asGroup
in classConfigMappingInterface.Property
-
-