Interface NestedConfigurationPropertyInfo

All Superinterfaces:
ConfigurationPropertyInfo, io.inverno.core.compiler.spi.Info, io.inverno.core.compiler.spi.ReporterInfo

public interface NestedConfigurationPropertyInfo extends ConfigurationPropertyInfo

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 Details

    • getConfiguration

      ConfigurationInfo getConfiguration()

      Returns the configuration info defining the nested property.

      Returns:
      a configuration info