@Beta public final class PrefixConverters extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Converter<String,QNameModule> |
create(SchemaContext ctx,
Module module)
Create a prefix
Converter for XPathExpressionException defined in a particular YANG
Module .Instantiation requires establishing how a module's imports are mapped to actual modules
and their namespaces. |
@Nonnull public static com.google.common.base.Converter<String,QNameModule> create(SchemaContext ctx, Module module)
Converter for XPathExpressionException defined in a particular YANG
Module .Instantiation requires establishing how a module's imports are mapped to actual modules
and their namespaces. This information is cached and used for improved lookups.ctx - A SchemaContextmodule - Module in which the XPath is definedCopyright © 2019 OpenDaylight. All rights reserved.