jaxx.compiler.finalizers
Class ValidatorFinalizer
java.lang.Object
jaxx.compiler.finalizers.ValidatorFinalizer
- All Implemented Interfaces:
- JAXXCompilerFinalizer
public class ValidatorFinalizer
- extends java.lang.Object
- implements JAXXCompilerFinalizer
- Author:
- chemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALIDATOR_IDS_FIELD
protected static final JavaField VALIDATOR_IDS_FIELD
ValidatorFinalizer
public ValidatorFinalizer()
finalizeCompiler
public void finalizeCompiler(CompiledObject root,
JAXXCompiler compiler,
JavaFile javaFile,
java.lang.String packageName,
java.lang.String className)
- Description copied from interface:
JAXXCompilerFinalizer
- Finalize compiler for a given compiler on the finalizer pass before any
generation.
- Specified by:
finalizeCompiler in interface JAXXCompilerFinalizer
- Parameters:
root - the root objectcompiler - the current compilerjavaFile - the java file to generatepackageName - the package name of the file to generateclassName - the class name of the file to generate
prepareJavaFile
public void prepareJavaFile(CompiledObject root,
JAXXCompiler compiler,
JavaFile javaFile,
java.lang.String packageName,
java.lang.String className)
throws java.lang.ClassNotFoundException
- Description copied from interface:
JAXXCompilerFinalizer
- Prepare java file after any compiler finalizer pass, says the last
action before generation.
- Specified by:
prepareJavaFile in interface JAXXCompilerFinalizer
- Parameters:
root - the root objectcompiler - the current compilerjavaFile - the java file to generatepackageName - the package name of the file to generateclassName - the class name of the file to generate
- Throws:
java.lang.ClassNotFoundException
Copyright © 2008-2009 CodeLutin. All Rights Reserved.