Uses of Class
org.jvnet.jaxb.plugin.simplehashcode.HashCodeArguments
-
Packages that use HashCodeArguments Package Description org.jvnet.jaxb.plugin.simplehashcode -
-
Uses of HashCodeArguments in org.jvnet.jaxb.plugin.simplehashcode
Methods in org.jvnet.jaxb.plugin.simplehashcode that return HashCodeArguments Modifier and Type Method Description HashCodeArgumentsHashCodeArguments. cast(String suffix, com.sun.codemodel.JBlock block, com.sun.codemodel.JType jaxbElementType, boolean suppressWarnings)HashCodeArgumentsHashCodeArguments. element(com.sun.codemodel.JBlock subBlock, com.sun.codemodel.JType elementType)HashCodeArgumentsHashCodeArguments. iterator(com.sun.codemodel.JBlock block, com.sun.codemodel.JType elementType)HashCodeArgumentsHashCodeArguments. 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)Methods in org.jvnet.jaxb.plugin.simplehashcode that return types with arguments of type HashCodeArguments Modifier and Type Method Description protected CodeGenerator<HashCodeArguments>SimpleHashCodePlugin. createCodeGenerator(com.sun.codemodel.JCodeModel codeModel)Methods in org.jvnet.jaxb.plugin.simplehashcode with parameters of type HashCodeArguments Modifier and Type Method Description voidHashCodeCodeGenerationImplementor. onArray(com.sun.codemodel.JBlock block, boolean isAlwaysSet, HashCodeArguments arguments)voidHashCodeCodeGenerationImplementor. onBoolean(HashCodeArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidHashCodeCodeGenerationImplementor. onByte(HashCodeArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidHashCodeCodeGenerationImplementor. onChar(HashCodeArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidHashCodeCodeGenerationImplementor. onDouble(HashCodeArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidHashCodeCodeGenerationImplementor. onFloat(HashCodeArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidHashCodeCodeGenerationImplementor. onInt(HashCodeArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidHashCodeCodeGenerationImplementor. onLong(HashCodeArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidHashCodeCodeGenerationImplementor. onObject(HashCodeArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidHashCodeCodeGenerationImplementor. onShort(HashCodeArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
-