it.avutils.jmapper.util
Class AutoBoxing

java.lang.Object
  extended by it.avutils.jmapper.util.AutoBoxing

public final class AutoBoxing
extends Object

This class indicates the boxing and unboxing operations.

Author:
Alessandro Vurro

Field Summary
static HashMap<String,String[]> boxingOperations
          boxingOperations contains all combinations of boxing operations.
static HashMap<String,String[]> unBoxingOperations
          boxingOperations contains all combinations of boxing operations.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

boxingOperations

public static final HashMap<String,String[]> boxingOperations
boxingOperations contains all combinations of boxing operations. key = Wrapper Class name, value = primitive Class name


unBoxingOperations

public static final HashMap<String,String[]> unBoxingOperations
boxingOperations contains all combinations of boxing operations. key = Wrapper Class name, value = primitive Class name



Copyright © 2013. All Rights Reserved.