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
Methods inherited from class io.smallrye.config.ConfigMappingInterface.MayBeOptionalProperty
asMayBeOptional, isMayBeOptionalMethods 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, isSecret, isToStringMethod
-
Method Details
-
getCollectionRawType
-
getElement
-
isCollection
public boolean isCollection()- Overrides:
isCollectionin classConfigMappingInterface.Property
-
asCollection
- Overrides:
asCollectionin classConfigMappingInterface.Property
-