Uses of Interface
org.jvnet.jaxb2_commons.plugin.codegenerator.CodeGenerator
-
Packages that use CodeGenerator Package Description org.jvnet.jaxb2_commons.plugin.codegenerator org.jvnet.jaxb2_commons.plugin.simpleequals org.jvnet.jaxb2_commons.plugin.simplehashcode -
-
Uses of CodeGenerator in org.jvnet.jaxb2_commons.plugin.codegenerator
Classes in org.jvnet.jaxb2_commons.plugin.codegenerator that implement CodeGenerator Modifier and Type Class Description classAbstractCodeGenerator<A extends Arguments<A>>classArrayCodeGenerator<A extends Arguments<A>>classBooleanCodeGenerator<A extends Arguments<A>>classByteCodeGenerator<A extends Arguments<A>>classCharCodeGenerator<A extends Arguments<A>>classCodeGenerationAbstraction<A extends Arguments<A>>classDoubleCodeGenerator<A extends Arguments<A>>classFloatCodeGenerator<A extends Arguments<A>>classIntCodeGenerator<A extends Arguments<A>>classJAXBElementCodeGenerator<A extends Arguments<A>>classListCodeGenerator<A extends Arguments<A>>classLongCodeGenerator<A extends Arguments<A>>classObjectCodeGenerator<A extends Arguments<A>>classShortCodeGenerator<A extends Arguments<A>>Methods in org.jvnet.jaxb2_commons.plugin.codegenerator that return CodeGenerator Modifier and Type Method Description protected abstract CodeGenerator<A>AbstractCodeGeneratorPlugin. createCodeGenerator(com.sun.codemodel.JCodeModel codeModel)CodeGenerator<A>AbstractCodeGenerator. getCodeGenerator()protected CodeGenerator<A>AbstractCodeGeneratorPlugin. getCodeGenerator() -
Uses of CodeGenerator in org.jvnet.jaxb2_commons.plugin.simpleequals
Classes in org.jvnet.jaxb2_commons.plugin.simpleequals that implement CodeGenerator Modifier and Type Class Description classEqualsCodeGeneratorMethods in org.jvnet.jaxb2_commons.plugin.simpleequals that return CodeGenerator Modifier and Type Method Description protected CodeGenerator<EqualsArguments>SimpleEqualsPlugin. createCodeGenerator(com.sun.codemodel.JCodeModel codeModel) -
Uses of CodeGenerator in org.jvnet.jaxb2_commons.plugin.simplehashcode
Classes in org.jvnet.jaxb2_commons.plugin.simplehashcode that implement CodeGenerator Modifier and Type Class Description classHashCodeCodeGeneratorMethods in org.jvnet.jaxb2_commons.plugin.simplehashcode that return CodeGenerator Modifier and Type Method Description protected CodeGenerator<HashCodeArguments>SimpleHashCodePlugin. createCodeGenerator(com.sun.codemodel.JCodeModel codeModel)
-