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()
ServiceLoader
public Collection<ConfigModel> getConfigModels()
ModelProviderSpi
getConfigModels
in interface ModelProviderSpi
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.