Class TypedNull
- java.lang.Object
-
- com.thoughtworks.xstream.core.util.TypedNull
-
public class TypedNull extends java.lang.Object
A placeholder for anull
value of a specific type.- Since:
- 1.2.2
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class
type
-
Constructor Summary
Constructors Constructor Description TypedNull(java.lang.Class type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class
getType()
-