Class PrimitiveToBoxedClass


  • public class PrimitiveToBoxedClass
    extends Object
    Converts a Class<primitive> to it's corresponding Class<Boxed>, eg Class<int> to Class<Integer>
    • Method Detail

      • get

        public static Class<?> get​(Class<?> c)