| Interface | Description |
|---|---|
| ClassCustomizer |
Interface allowing customization of classes after loading.
|
| ClassGenerator | |
| FieldGenerator | |
| MethodGenerator | |
| SourceCodeGenerator |
Interface for a class that that generates readable source code for a runtime generated class.
|
| Class | Description |
|---|---|
| BindingRuntimeContext |
Runtime Context for Java YANG Binding classes
|
| DefaultSourceCodeGenerator |
The default implementation of the SourceCodeGenerator interface that generates readable source code
for a runtime generated class.
|
| JavassistUtils |
Users of this utility class are expected to synchronize on this instance
it they need to ensure atomic operations on it.
|
| NullSourceCodeGenerator |
Implementation of the SourceCodeGenerator interface that does nothing.
|
| SourceCodeGeneratorFactory |
Factory class for creating SourceCodeGenerator instances.
|
| XtendHelper | |
| YangSchemaUtils |
| Exception | Description |
|---|---|
| CodeGenerationException |
Copyright © 2018 OpenDaylight. All rights reserved.