it.avutils.jmapper.util
Class AutoBoxing
java.lang.Object
it.avutils.jmapper.util.AutoBoxing
public final class AutoBoxing
- extends Object
This class indicates the boxing and unboxing operations.
- Author:
- Alessandro Vurro
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.