com.thoughtworks.xstream.core.util
Class Primitives

java.lang.Object
  extended bycom.thoughtworks.xstream.core.util.Primitives

public final class Primitives
extends java.lang.Object

Utility class for primitives.

Since:
1.2.1
Author:
Jörg Schaible

Constructor Summary
Primitives()
           
 
Method Summary
static java.lang.Class box(java.lang.Class type)
           
static java.lang.Class unbox(java.lang.Class type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Primitives

public Primitives()
Method Detail

box

public static java.lang.Class box(java.lang.Class type)

unbox

public static java.lang.Class unbox(java.lang.Class type)


Copyright © 2004-2007 XStream. All Rights Reserved.