Class BoxedTypes
- java.lang.Object
-
- dk.cloudcreate.essentials.shared.reflection.BoxedTypes
-
public final class BoxedTypes extends Object
-
-
Constructor Summary
Constructors Constructor Description BoxedTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Class<?>boxedType(Class<?> type)static booleanisBoxedType(Class<?> type)static booleanisPrimitiveType(Class<?> type)
-