public static final class ConfigMappingInterface.MapProperty extends ConfigMappingInterface.Property
| Modifier and Type | Method and Description |
|---|---|
ConfigMappingInterface.MapProperty |
asMap() |
Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> |
getKeyConvertWith() |
Class<?> |
getKeyRawType() |
Type |
getKeyType() |
int |
getLevels() |
ConfigMappingInterface.Property |
getValueProperty() |
boolean |
hasKeyConvertWith() |
boolean |
isMap() |
asCollection, asGroup, asLeaf, asMayBeOptional, asOptional, asPrimitive, getMethod, getPropertyName, hasPropertyName, isCollection, isGroup, isLeaf, isMayBeOptional, isOptional, isParentPropertyName, isPrimitivepublic Type getKeyType()
public Class<?> getKeyRawType()
public Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> getKeyConvertWith()
public boolean hasKeyConvertWith()
public ConfigMappingInterface.Property getValueProperty()
public boolean isMap()
isMap in class ConfigMappingInterface.Propertypublic ConfigMappingInterface.MapProperty asMap()
asMap in class ConfigMappingInterface.Propertypublic int getLevels()
Copyright © 2018–2021. All rights reserved.