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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigMappingInterface.MapPropertyasMap()Class<? extends org.eclipse.microprofile.config.spi.Converter<?>>getKeyConvertWith()Class<?>getKeyRawType()TypegetKeyType()intgetLevels()ConfigMappingInterface.PropertygetValueProperty()booleanhasKeyConvertWith()booleanisMap()-
Methods inherited from class io.smallrye.config.ConfigMappingInterface.Property
asCollection, asDefaultMethod, asGroup, asLeaf, asMayBeOptional, asOptional, asPrimitive, getMethod, getPropertyName, hasPropertyName, isCollection, isDefaultMethod, isGroup, isLeaf, isMayBeOptional, isOptional, isParentPropertyName, isPrimitive
-
-
-
-
Method Detail
-
getKeyType
public Type getKeyType()
-
getKeyRawType
public Class<?> getKeyRawType()
-
getKeyConvertWith
public Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> getKeyConvertWith()
-
hasKeyConvertWith
public boolean hasKeyConvertWith()
-
getValueProperty
public ConfigMappingInterface.Property getValueProperty()
-
isMap
public boolean isMap()
- Overrides:
isMapin classConfigMappingInterface.Property
-
asMap
public ConfigMappingInterface.MapProperty asMap()
- Overrides:
asMapin classConfigMappingInterface.Property
-
getLevels
public int getLevels()
-
-