public class ConfiguredResourcesModelProviderSpi extends Object implements ModelProviderSpi
classpath*:META-INF/configmodel.json in the following format:
Example of a configuration metamodel expressed via YAML. Structure is shown through indentation (one or more spaces). Sequence items are denoted by a dash, key value pairs within a map are separated by a colon.
| Constructor and Description |
|---|
ConfiguredResourcesModelProviderSpi()
Constructor, mostly called from
ServiceLoader |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConfigModel> |
getConfigModels()
Get the validation defined.
|
public ConfiguredResourcesModelProviderSpi()
ServiceLoaderpublic Collection<ConfigModel> getConfigModels()
ModelProviderSpigetConfigModels in interface ModelProviderSpiCopyright © 2014–2016 Apache Software Foundation. All rights reserved.