Package io.smallrye.config
Class ConfigMappingInterface.CollectionProperty
- java.lang.Object
-
- io.smallrye.config.ConfigMappingInterface.Property
-
- io.smallrye.config.ConfigMappingInterface.MayBeOptionalProperty
-
- io.smallrye.config.ConfigMappingInterface.CollectionProperty
-
- Enclosing class:
- ConfigMappingInterface
public static final class ConfigMappingInterface.CollectionProperty extends ConfigMappingInterface.MayBeOptionalProperty
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigMappingInterface.CollectionPropertyasCollection()Class<?>getCollectionRawType()ConfigMappingInterface.PropertygetElement()booleanisCollection()-
Methods inherited from class io.smallrye.config.ConfigMappingInterface.MayBeOptionalProperty
asMayBeOptional, isMayBeOptional
-
Methods inherited from class io.smallrye.config.ConfigMappingInterface.Property
asDefaultMethod, asGroup, asLeaf, asMap, asOptional, asPrimitive, equals, getDefaultValue, getMemberName, getMethod, getPropertyName, getPropertyName, hasConvertWith, hasDefaultValue, hashCode, hasPropertyName, isDefaultMethod, isGroup, isLeaf, isMap, isOptional, isParentPropertyName, isPrimitive, isToStringMethod
-
-
-
-
Method Detail
-
getCollectionRawType
public Class<?> getCollectionRawType()
-
getElement
public ConfigMappingInterface.Property getElement()
-
isCollection
public boolean isCollection()
- Overrides:
isCollectionin classConfigMappingInterface.Property
-
asCollection
public ConfigMappingInterface.CollectionProperty asCollection()
- Overrides:
asCollectionin classConfigMappingInterface.Property
-
-