| Package | Description | 
|---|---|
| org.opendaylight.mdsal.binding.generator.util | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultSourceCodeGenerator
The default implementation of the SourceCodeGenerator interface that generates readable source code
 for a runtime generated class. 
 | 
class  | 
NullSourceCodeGenerator
Implementation of the SourceCodeGenerator interface that does nothing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SourceCodeGenerator | 
SourceCodeGeneratorFactory.getInstance(String generatedSourceDir)
Gets a SourceCodeGenerator instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
javassist.CtField | 
JavassistUtils.staticField(javassist.CtClass it,
           String name,
           Class<?> returnValue,
           SourceCodeGenerator sourceGenerator)  | 
Copyright © 2018 OpenDaylight. All rights reserved.