Class SimpleToBoxedUtil

java.lang.Object
com.sun.xml.rpc.processor.generator.SimpleToBoxedUtil

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

    • SimpleToBoxedUtil

      public SimpleToBoxedUtil()
  • Method Details

    • getBoxedExpressionOfType

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

      public static String getUnboxedExpressionOfType(String s, String c)
    • convertExpressionFromTypeToType

      public static String convertExpressionFromTypeToType(String s, String from, String to) throws Exception
      Throws:
      Exception
    • getBoxedClassName

      public static String getBoxedClassName(String className)
    • isPrimitive

      public static boolean isPrimitive(String className)