@AutoService(value=CompiledObjectDecorator.class) public class BoxedCompiledObjectDecorator extends DefaultCompiledObjectDecorator
|
log| Constructor and Description |
|---|
BoxedCompiledObjectDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
finalizeCompiler(JAXXCompiler compiler,
CompiledObject root,
CompiledObject object,
JavaFile javaFile,
String packageName,
String className,
String fullClassName)
Finalize the given compiled object before any generation in the
file. |
String |
getName() |
addClientProperties, createCompleteSetupMethod, createInitializer, getCreationCodepublic String getName()
getName in interface CompiledObjectDecoratorgetName in class DefaultCompiledObjectDecoratorpublic void finalizeCompiler(JAXXCompiler compiler, CompiledObject root, CompiledObject object, JavaFile javaFile, String packageName, String className, String fullClassName) throws ClassNotFoundException
CompiledObjectDecoratorfile.finalizeCompiler in interface CompiledObjectDecoratorfinalizeCompiler in class DefaultCompiledObjectDecoratorcompiler - the compiler to useroot - the root compiled object of the jaxx fileobject - the compiled object to treatejavaFile - the file to treatepackageName - the package nameclassName - the (simple ?) class namefullClassName - the fully class nameClassNotFoundException - if a class is not foundCopyright © 2008–2018 Ultreia.io. All rights reserved.