public interface BindingGenerator
| Modifier and Type | Method and Description |
|---|---|
default List<Type> |
generateTypes(org.opendaylight.yangtools.yang.model.api.SchemaContext context)
Generate Types from whole Schema Context.
|
List<Type> |
generateTypes(org.opendaylight.yangtools.yang.model.api.SchemaContext context,
Set<org.opendaylight.yangtools.yang.model.api.Module> modules)
Generate Types from Schema Context restricted by sub set of specified Modules.
|
default List<Type> generateTypes(org.opendaylight.yangtools.yang.model.api.SchemaContext context)
context - Schema ContextSchemaContextList<Type> generateTypes(org.opendaylight.yangtools.yang.model.api.SchemaContext context, Set<org.opendaylight.yangtools.yang.model.api.Module> modules)
context - Schema Contextmodules - Sub Set of ModulesModule,
SchemaContextCopyright © 2019 OpenDaylight. All rights reserved.