Package io.smallrye.config
Class ConfigMappingInterface.MayBeOptionalProperty
java.lang.Object
io.smallrye.config.ConfigMappingInterface.Property
io.smallrye.config.ConfigMappingInterface.MayBeOptionalProperty
- Direct Known Subclasses:
ConfigMappingInterface.CollectionProperty,ConfigMappingInterface.GroupProperty,ConfigMappingInterface.LeafProperty
- Enclosing class:
ConfigMappingInterface
public abstract static class ConfigMappingInterface.MayBeOptionalProperty
extends ConfigMappingInterface.Property
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class io.smallrye.config.ConfigMappingInterface.Property
asCollection, asDefaultMethod, asGroup, asLeaf, asMap, asOptional, asPrimitive, equals, getDefaultValue, getMemberName, getMethod, getPropertyName, getPropertyName, hasConvertWith, hasDefaultValue, hashCode, hasPropertyName, isCollection, isDefaultMethod, isGroup, isLeaf, isMap, isOptional, isParentPropertyName, isPrimitive, isSecret, isToStringMethod
-
Method Details
-
isMayBeOptional
public boolean isMayBeOptional()- Overrides:
isMayBeOptionalin classConfigMappingInterface.Property
-
asMayBeOptional
- Overrides:
asMayBeOptionalin classConfigMappingInterface.Property
-