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