Class ToStringCodeGenerationImplementor
- java.lang.Object
-
- org.jvnet.jaxb2_commons.plugin.codegenerator.AbstractCodeGenerationImplementor<ToStringArguments>
-
- org.jvnet.jaxb2_commons.plugin.simpletostring.ToStringCodeGenerationImplementor
-
- All Implemented Interfaces:
CodeGenerationImplementor<ToStringArguments>
public class ToStringCodeGenerationImplementor extends AbstractCodeGenerationImplementor<ToStringArguments>
-
-
Constructor Summary
Constructors Constructor Description ToStringCodeGenerationImplementor(com.sun.codemodel.JCodeModel codeModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonArray(com.sun.codemodel.JBlock block, boolean isAlwaysSet, ToStringArguments arguments)voidonBoolean(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidonByte(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidonChar(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidonDouble(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidonFloat(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidonInt(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidonLong(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidonObject(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)voidonShort(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)-
Methods inherited from class org.jvnet.jaxb2_commons.plugin.codegenerator.AbstractCodeGenerationImplementor
getCodeModel
-
-
-
-
Method Detail
-
onArray
public void onArray(com.sun.codemodel.JBlock block, boolean isAlwaysSet, ToStringArguments arguments)
-
onBoolean
public void onBoolean(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
-
onByte
public void onByte(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
-
onChar
public void onChar(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
-
onDouble
public void onDouble(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
-
onFloat
public void onFloat(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
-
onInt
public void onInt(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
-
onLong
public void onLong(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
-
onShort
public void onShort(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
-
onObject
public void onObject(ToStringArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
-
-