net.sf.staccatocommons.dynamic.internal
Class PrimitiveWrappers
java.lang.Object
net.sf.staccatocommons.dynamic.internal.PrimitiveWrappers
public class PrimitiveWrappers
- extends Object
- Author:
- flbulgarelli
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveWrappers
public PrimitiveWrappers()
getWrapperForType
public static Class<?> getWrapperForType(Class<?> type)
- Parameters:
type -
- Returns:
- the wrapper for the given primitive
isPrimitiveWrapperFor
public static boolean isPrimitiveWrapperFor(Class<?> original,
Class<?> wrapper)
- If a class is the wrapper of the another
Copyright © 2010-2011 Staccato-Commons. All Rights Reserved.