Package io.smallrye.config
Class ConfigMappingInterface.MapProperty
java.lang.Object
io.smallrye.config.ConfigMappingInterface.Property
io.smallrye.config.ConfigMappingInterface.MapProperty
- Enclosing class:
ConfigMappingInterface
public static final class ConfigMappingInterface.MapProperty
extends ConfigMappingInterface.Property
-
Method Summary
Methods inherited from class io.smallrye.config.ConfigMappingInterface.Property
asCollection, asDefaultMethod, asGroup, asLeaf, asMayBeOptional, asOptional, asPrimitive, equals, getMemberName, getMethod, getPropertyName, getPropertyName, hasConvertWith, hashCode, hasPropertyName, isCollection, isDefaultMethod, isGroup, isLeaf, isMayBeOptional, isOptional, isParentPropertyName, isPrimitive, isSecret, isToStringMethod
-
Method Details
-
getKeyType
-
getKeyRawType
-
getKeyUnnamed
-
hasKeyUnnamed
public boolean hasKeyUnnamed() -
getKeysProvider
-
hasKeyProvider
public boolean hasKeyProvider() -
getKeyConvertWith
-
hasKeyConvertWith
public boolean hasKeyConvertWith() -
getValueProperty
-
getDefaultValue
- Overrides:
getDefaultValuein classConfigMappingInterface.Property
-
hasDefaultValue
public boolean hasDefaultValue()- Overrides:
hasDefaultValuein classConfigMappingInterface.Property
-
isMap
public boolean isMap()- Overrides:
isMapin classConfigMappingInterface.Property
-
asMap
- Overrides:
asMapin classConfigMappingInterface.Property
-