@Beta
public interface BindingRuntimeGenerator
BindingGenerator
. It generates equivalent type information, but does not include
metadata not required at runtime, such as comments, references and similar.Modifier and Type | Method and Description |
---|---|
BindingRuntimeTypes |
generateTypeMapping(org.opendaylight.yangtools.yang.model.api.SchemaContext context)
Generate Type mapping from specified
SchemaContext for the specified subset of modules. |
BindingRuntimeTypes generateTypeMapping(org.opendaylight.yangtools.yang.model.api.SchemaContext context)
SchemaContext
for the specified subset of modules. The SchemaContext
MUST contain all of the sub modules otherwise the there is no guarantee that result List of Generated Types will
contain correct Generated Types.context
- Schema ContextCopyright © 2019 OpenDaylight. All rights reserved.