Package io.smallrye.config
Class ConfigMappingInterface.DefaultMethodProperty
- java.lang.Object
-
- io.smallrye.config.ConfigMappingInterface.Property
-
- io.smallrye.config.ConfigMappingInterface.DefaultMethodProperty
-
- Enclosing class:
- ConfigMappingInterface
public static final class ConfigMappingInterface.DefaultMethodProperty extends ConfigMappingInterface.Property
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigMappingInterface.DefaultMethodPropertyasDefaultMethod()MethodgetDefaultMethod()ConfigMappingInterface.PropertygetDefaultProperty()booleanisDefaultMethod()-
Methods inherited from class io.smallrye.config.ConfigMappingInterface.Property
asCollection, asGroup, asLeaf, asMap, asMayBeOptional, asOptional, asPrimitive, equals, getDefaultValue, getMemberName, getMethod, getPropertyName, getPropertyName, hasConvertWith, hasDefaultValue, hashCode, hasPropertyName, isCollection, isGroup, isLeaf, isMap, isMayBeOptional, isOptional, isParentPropertyName, isPrimitive, isToStringMethod
-
-
-
-
Method Detail
-
getDefaultMethod
public Method getDefaultMethod()
-
getDefaultProperty
public ConfigMappingInterface.Property getDefaultProperty()
-
isDefaultMethod
public boolean isDefaultMethod()
- Overrides:
isDefaultMethodin classConfigMappingInterface.Property
-
asDefaultMethod
public ConfigMappingInterface.DefaultMethodProperty asDefaultMethod()
- Overrides:
asDefaultMethodin classConfigMappingInterface.Property
-
-