Uses of Class
org.jvnet.jaxb2_commons.plugin.simplehashcode.HashCodeArguments

Packages that use HashCodeArguments
org.jvnet.jaxb2_commons.plugin.simplehashcode   
 

Uses of HashCodeArguments in org.jvnet.jaxb2_commons.plugin.simplehashcode
 

Methods in org.jvnet.jaxb2_commons.plugin.simplehashcode that return HashCodeArguments
 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)
           
 

Methods in org.jvnet.jaxb2_commons.plugin.simplehashcode that return types with arguments of type HashCodeArguments
protected  CodeGenerator<HashCodeArguments> SimpleHashCodePlugin.createCodeGenerator(com.sun.codemodel.JCodeModel codeModel)
           
 

Methods in org.jvnet.jaxb2_commons.plugin.simplehashcode with parameters of type HashCodeArguments
 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-2015. All Rights Reserved.