Class Primitives
- java.lang.Object
-
- org.glassfish.jersey.internal.guava.Primitives
-
public final class Primitives extends Object
Contains static utility methods pertaining to primitive types and their corresponding wrapper types.- Since:
- 1.0
- Author:
- Kevin Bourrillion
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Class<T>wrap(Class<T> type)Returns the corresponding wrapper type oftypeif it is a primitive type; otherwise returnstypeitself.
-