public class PrimitiveWrapperHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveWrapperHelper.BooleanDescriptor |
static class |
PrimitiveWrapperHelper.ByteDescriptor |
static class |
PrimitiveWrapperHelper.CharacterDescriptor |
static class |
PrimitiveWrapperHelper.DoubleDescriptor |
static class |
PrimitiveWrapperHelper.FloatDescriptor |
static class |
PrimitiveWrapperHelper.IntegerDescriptor |
static class |
PrimitiveWrapperHelper.LongDescriptor |
static interface |
PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<T>
Describes a particular primitive/wrapper combo
|
static class |
PrimitiveWrapperHelper.ShortDescriptor |
Constructor and Description |
---|
PrimitiveWrapperHelper() |
Modifier and Type | Method and Description |
---|---|
static <X> PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<X> |
getDescriptorByPrimitiveType(Class<X> primitiveClazz) |
static <X> PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<X> |
getDescriptorByWrapperType(Class<X> wrapperClass) |
static boolean |
isWrapper(Class<?> clazz) |
public static <X> PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<X> getDescriptorByPrimitiveType(Class<X> primitiveClazz)
public static <X> PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<X> getDescriptorByWrapperType(Class<X> wrapperClass)
public static boolean isWrapper(Class<?> clazz)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.