| Package | Description |
|---|---|
| org.jvnet.jaxb2_commons.plugin.simplehashcode |
| Modifier and Type | Method | Description |
|---|---|---|
HashCodeArguments |
HashCodeArguments.cast(java.lang.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,
java.lang.String propertyName,
java.lang.String propertyMethod,
com.sun.codemodel.JType declarablePropertyType,
com.sun.codemodel.JType propertyType,
java.util.Collection<com.sun.codemodel.JType> possiblePropertyTypes) |
| Modifier and Type | Method | Description |
|---|---|---|
protected CodeGenerator<HashCodeArguments> |
SimpleHashCodePlugin.createCodeGenerator(com.sun.codemodel.JCodeModel codeModel) |
| Modifier and Type | Method | 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.