Class SimpleHashCodePlugin
- java.lang.Object
-
- com.sun.tools.xjc.Plugin
-
- org.jvnet.jaxb.plugin.AbstractPlugin
-
- org.jvnet.jaxb.plugin.AbstractParameterizablePlugin
-
- org.jvnet.jaxb.plugin.codegenerator.AbstractCodeGeneratorPlugin<HashCodeArguments>
-
- org.jvnet.jaxb.plugin.simplehashcode.SimpleHashCodePlugin
-
public class SimpleHashCodePlugin extends AbstractCodeGeneratorPlugin<HashCodeArguments>
-
-
Field Summary
-
Fields inherited from class org.jvnet.jaxb.plugin.AbstractPlugin
logger
-
-
Constructor Summary
Constructors Constructor Description SimpleHashCodePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CodeGenerator<HashCodeArguments>createCodeGenerator(com.sun.codemodel.JCodeModel codeModel)protected voidgenerate(com.sun.tools.xjc.outline.ClassOutline classOutline, com.sun.codemodel.JDefinedClass theClass)StringgetOptionName()protected QNamegetSpecialIgnoredElementName()StringgetUsage()-
Methods inherited from class org.jvnet.jaxb.plugin.codegenerator.AbstractCodeGeneratorPlugin
getCodeGenerator, getCustomizationElementNames, getFieldAccessorFactory, getIgnoring, processClassOutline, run, setFieldAccessorFactory, setIgnoring
-
Methods inherited from class org.jvnet.jaxb.plugin.AbstractParameterizablePlugin
parseArgument
-
Methods inherited from class org.jvnet.jaxb.plugin.AbstractPlugin
afterRun, beforeRun, getCustomizationURIs, init, isCustomizationTagName, onActivated, run
-
-
-
-
Method Detail
-
getOptionName
public String getOptionName()
- Specified by:
getOptionNamein classcom.sun.tools.xjc.Plugin
-
getUsage
public String getUsage()
- Specified by:
getUsagein classcom.sun.tools.xjc.Plugin
-
getSpecialIgnoredElementName
protected QName getSpecialIgnoredElementName()
- Specified by:
getSpecialIgnoredElementNamein classAbstractCodeGeneratorPlugin<HashCodeArguments>
-
createCodeGenerator
protected CodeGenerator<HashCodeArguments> createCodeGenerator(com.sun.codemodel.JCodeModel codeModel)
- Specified by:
createCodeGeneratorin classAbstractCodeGeneratorPlugin<HashCodeArguments>
-
generate
protected void generate(com.sun.tools.xjc.outline.ClassOutline classOutline, com.sun.codemodel.JDefinedClass theClass)- Specified by:
generatein classAbstractCodeGeneratorPlugin<HashCodeArguments>
-
-