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