Package | Description |
---|---|
org.jvnet.jaxb2_commons.plugin.simplehashcode |
Modifier and Type | Method and Description |
---|---|
HashCodeArguments |
HashCodeArguments.cast(String suffix,
com.sun.codemodel.JBlock block,
com.sun.codemodel.JType jaxbElementType,
boolean suppressWarnings) |
HashCodeArguments |
HashCodeArguments.element(com.sun.codemodel.JBlock subBlock,
com.sun.codemodel.JType elementType) |
HashCodeArguments |
HashCodeArguments.iterator(com.sun.codemodel.JBlock block,
com.sun.codemodel.JType elementType) |
HashCodeArguments |
HashCodeArguments.property(com.sun.codemodel.JBlock block,
String propertyName,
String propertyMethod,
com.sun.codemodel.JType declarablePropertyType,
com.sun.codemodel.JType propertyType,
Collection<com.sun.codemodel.JType> possiblePropertyTypes) |
Modifier and Type | Method and Description |
---|---|
protected CodeGenerator<HashCodeArguments> |
SimpleHashCodePlugin.createCodeGenerator(com.sun.codemodel.JCodeModel codeModel) |
Modifier and Type | Method and Description |
---|---|
void |
HashCodeCodeGenerationImplementor.onArray(com.sun.codemodel.JBlock block,
boolean isAlwaysSet,
HashCodeArguments arguments) |
void |
HashCodeCodeGenerationImplementor.onBoolean(HashCodeArguments arguments,
com.sun.codemodel.JBlock block,
boolean isAlwaysSet) |
void |
HashCodeCodeGenerationImplementor.onByte(HashCodeArguments arguments,
com.sun.codemodel.JBlock block,
boolean isAlwaysSet) |
void |
HashCodeCodeGenerationImplementor.onChar(HashCodeArguments arguments,
com.sun.codemodel.JBlock block,
boolean isAlwaysSet) |
void |
HashCodeCodeGenerationImplementor.onDouble(HashCodeArguments arguments,
com.sun.codemodel.JBlock block,
boolean isAlwaysSet) |
void |
HashCodeCodeGenerationImplementor.onFloat(HashCodeArguments arguments,
com.sun.codemodel.JBlock block,
boolean isAlwaysSet) |
void |
HashCodeCodeGenerationImplementor.onInt(HashCodeArguments arguments,
com.sun.codemodel.JBlock block,
boolean isAlwaysSet) |
void |
HashCodeCodeGenerationImplementor.onLong(HashCodeArguments arguments,
com.sun.codemodel.JBlock block,
boolean isAlwaysSet) |
void |
HashCodeCodeGenerationImplementor.onObject(HashCodeArguments arguments,
com.sun.codemodel.JBlock block,
boolean isAlwaysSet) |
void |
HashCodeCodeGenerationImplementor.onShort(HashCodeArguments arguments,
com.sun.codemodel.JBlock block,
boolean isAlwaysSet) |
Copyright © 2005–2018. All rights reserved.