org.jvnet.jaxb2_commons.plugin.simplehashcode
Class SimpleHashCodePlugin
java.lang.Object
com.sun.tools.xjc.Plugin
org.jvnet.jaxb2_commons.plugin.AbstractPlugin
org.jvnet.jaxb2_commons.plugin.AbstractParameterizablePlugin
org.jvnet.jaxb2_commons.plugin.codegenerator.AbstractCodeGeneratorPlugin<HashCodeArguments>
org.jvnet.jaxb2_commons.plugin.simplehashcode.SimpleHashCodePlugin
public class SimpleHashCodePlugin
- extends AbstractCodeGeneratorPlugin<HashCodeArguments>
| Methods inherited from class com.sun.tools.xjc.Plugin |
postProcessModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleHashCodePlugin
public SimpleHashCodePlugin()
getOptionName
public String getOptionName()
- Specified by:
getOptionName in class com.sun.tools.xjc.Plugin
getUsage
public String getUsage()
- Specified by:
getUsage in class com.sun.tools.xjc.Plugin
getSpecialIgnoredElementName
protected QName getSpecialIgnoredElementName()
- Specified by:
getSpecialIgnoredElementName in class AbstractCodeGeneratorPlugin<HashCodeArguments>
createCodeGenerator
protected CodeGenerator<HashCodeArguments> createCodeGenerator(com.sun.codemodel.JCodeModel codeModel)
- Specified by:
createCodeGenerator in class AbstractCodeGeneratorPlugin<HashCodeArguments>
generate
protected void generate(com.sun.tools.xjc.outline.ClassOutline classOutline,
com.sun.codemodel.JDefinedClass theClass)
- Specified by:
generate in class AbstractCodeGeneratorPlugin<HashCodeArguments>
Copyright © 2005-2014. All Rights Reserved.