Config

Describes what to include in the export from MetaModelService#exportMetaModel(Config) .

API

Config.java
class Config {
  boolean isNamespacePrefixAny()
  Config withNamespacePrefix(String namespace)     (1)
  Config.ConfigBuilder asBuilder()
}
1 withNamespacePrefix(String)

Returns a copy of this config with given namespace added.

Members

withNamespacePrefix(String)

Returns a copy of this config with given namespace added.