Package io.smallrye.config
Class ConfigMappingInterface.PrimitiveProperty
java.lang.Object
io.smallrye.config.ConfigMappingInterface.Property
io.smallrye.config.ConfigMappingInterface.PrimitiveProperty
- Enclosing class:
ConfigMappingInterface
public static final class ConfigMappingInterface.PrimitiveProperty
extends ConfigMappingInterface.Property
-
Method Summary
Methods inherited from class io.smallrye.config.ConfigMappingInterface.Property
asCollection, asDefaultMethod, asGroup, asLeaf, asMap, asMayBeOptional, asOptional, equals, getMemberName, getMethod, getPropertyName, getPropertyName, hashCode, hasPropertyName, isCollection, isDefaultMethod, isGroup, isLeaf, isMap, isMayBeOptional, isOptional, isParentPropertyName, isToStringMethod
-
Method Details
-
getPrimitiveType
-
getBoxType
-
getConvertWith
-
hasConvertWith
public boolean hasConvertWith()- Overrides:
hasConvertWithin classConfigMappingInterface.Property
-
getDefaultValue
- Overrides:
getDefaultValuein classConfigMappingInterface.Property
-
hasDefaultValue
public boolean hasDefaultValue()- Overrides:
hasDefaultValuein classConfigMappingInterface.Property
-
isPrimitive
public boolean isPrimitive()- Overrides:
isPrimitivein classConfigMappingInterface.Property
-
asPrimitive
- Overrides:
asPrimitivein classConfigMappingInterface.Property
-