public static final class ConfigMappingInterface.PrimitiveProperty extends ConfigMappingInterface.Property
| Modifier and Type | Method and Description |
|---|---|
ConfigMappingInterface.PrimitiveProperty |
asPrimitive() |
Class<?> |
getBoxType() |
Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> |
getConvertWith() |
String |
getDefaultValue() |
Class<?> |
getPrimitiveType() |
boolean |
hasConvertWith() |
boolean |
hasDefaultValue() |
boolean |
isPrimitive() |
asCollection, asGroup, asLeaf, asMap, asMayBeOptional, asOptional, getMethod, getPropertyName, hasPropertyName, isCollection, isGroup, isLeaf, isMap, isMayBeOptional, isOptional, isParentPropertyNamepublic Class<?> getPrimitiveType()
public Class<?> getBoxType()
public Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> getConvertWith()
public boolean hasConvertWith()
public String getDefaultValue()
public boolean hasDefaultValue()
public boolean isPrimitive()
isPrimitive in class ConfigMappingInterface.Propertypublic ConfigMappingInterface.PrimitiveProperty asPrimitive()
asPrimitive in class ConfigMappingInterface.PropertyCopyright © 2018–2021. All rights reserved.