Class SimpleToBoxedUtil


  • public final class SimpleToBoxedUtil
    extends Object
    Author:
    JAX-RPC Development Team
    • Constructor Detail

      • SimpleToBoxedUtil

        public SimpleToBoxedUtil()
    • Method Detail

      • getBoxedExpressionOfType

        public static String getBoxedExpressionOfType​(String s,
                                                      String c)
      • getUnboxedExpressionOfType

        public static String getUnboxedExpressionOfType​(String s,
                                                        String c)
      • getBoxedClassName

        public static String getBoxedClassName​(String className)
      • isPrimitive

        public static boolean isPrimitive​(String className)