com.thoughtworks.xstream.core.util
Class TypedNull

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

public class TypedNull
extends java.lang.Object

A placeholder for a null value of a specific type.

Author:
Jörg Schaible since 1.2.2

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

Constructor Detail

TypedNull

public TypedNull(java.lang.Class type)
Method Detail

getType

public java.lang.Class getType()


Copyright © 2004-2007 XStream. All Rights Reserved.