Class | Description |
---|---|
ConfigDocumentationBean |
MBean implementation of
ConfigDocumentationMBean . |
ConfiguredInlineModelProviderSpi |
ConfigModel provider that reads model metadata from the current
Configuration . |
ConfiguredPropertiesModelProviderSpi |
ConfigModel provider that reads model metadata from property files from
classpath*:META-INF/configmodel.properties in the following format:
###################################################################################
# Example of a configuration metamodel expressed via properties.
####################################################################################
# Metamodel information
[model].provider=ConfigModel Extension
####################################################################################
# Description of Configuration Sections (minimal, can be extended by other modules) |
ConfiguredResourcesModelProviderSpi |
ConfigModel provider that reads model metadata from property files from
classpath*:META-INF/configmodel.json in the following format:
Example of a configuration metamodel expressed via YAML. |
ConfiguredTypeEventsModelPopulator |
Internal facade that registers all kind of injected fields as
ConfigModel entries,
so all configured injection points are visible as documented configuration hooks. |
ConfiguredTypeEventsModelProvider |
Model provider that adds model definitions for the items published as
ConfiguredType events. |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.