public static final class ConfigMappingInterface.LeafProperty extends ConfigMappingInterface.MayBeOptionalProperty
| Modifier and Type | Method and Description |
|---|---|
ConfigMappingInterface.LeafProperty |
asLeaf() |
Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> |
getConvertWith() |
String |
getDefaultValue() |
Class<?> |
getValueRawType() |
Type |
getValueType() |
boolean |
hasConvertWith() |
boolean |
hasDefaultValue() |
boolean |
isLeaf() |
asMayBeOptional, isMayBeOptionalasCollection, asGroup, asMap, asOptional, asPrimitive, getMethod, getPropertyName, hasPropertyName, isCollection, isGroup, isMap, isOptional, isParentPropertyName, isPrimitivepublic Type getValueType()
public Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> getConvertWith()
public boolean hasConvertWith()
public String getDefaultValue()
public boolean hasDefaultValue()
public Class<?> getValueRawType()
public boolean isLeaf()
isLeaf in class ConfigMappingInterface.Propertypublic ConfigMappingInterface.LeafProperty asLeaf()
asLeaf in class ConfigMappingInterface.PropertyCopyright © 2018–2021. All rights reserved.