Interface NestedConfigurationPropertyInfo
- All Superinterfaces:
ConfigurationPropertyInfo,io.inverno.core.compiler.spi.Info,io.inverno.core.compiler.spi.ReporterInfo
A nested configuration property info describes a configuration property nested in another configuration property (that can itself be nested).
Note that the type of a nested property info must be a configuration type and therefore correspond to a configuration info.
- Since:
- 1.0
- Author:
- Jeremy Kuhn
- See Also:
ConfigurationPropertyInfo
-
Method Summary
Modifier and TypeMethodDescriptionReturns the configuration info defining the nested property.Methods inherited from interface io.inverno.mod.configuration.compiler.spi.ConfigurationPropertyInfo
getQualifiedName, getType, isDefaultMethods inherited from interface io.inverno.core.compiler.spi.ReporterInfo
error, hasError, hasWarning, warning
-
Method Details
-
getConfiguration
ConfigurationInfo getConfiguration()Returns the configuration info defining the nested property.
- Returns:
- a configuration info
-