public class Primitives extends Object
Constructor and Description |
---|
Primitives() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isPrimitiveWrapper(Class<?> type) |
static <T> Class<T> |
primitiveTypeOf(Class<T> clazz) |
static <T> T |
primitiveValueOrNullFor(Class<T> primitiveType) |
static <T> T |
primitiveWrapperOf(Class<T> type) |
Copyright © 2018. All rights reserved.