Class ToStringCodeGenerationImplementor

    • Constructor Detail

      • ToStringCodeGenerationImplementor

        public ToStringCodeGenerationImplementor​(com.sun.codemodel.JCodeModel codeModel)
    • 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)