net.sf.staccatocommons.dynamic.internal
Class PrimitiveWrappers

java.lang.Object
  extended by net.sf.staccatocommons.dynamic.internal.PrimitiveWrappers

public class PrimitiveWrappers
extends Object

Author:
flbulgarelli

Constructor Summary
PrimitiveWrappers()
           
 
Method Summary
static Class<?> getWrapperForType(Class<?> type)
           
static boolean isPrimitiveWrapperFor(Class<?> original, Class<?> wrapper)
          If a class is the wrapper of the another
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveWrappers

public PrimitiveWrappers()
Method Detail

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.