Package com.tangosol.util
Class NullImplementation.NullConverter
- java.lang.Object
 - 
- com.tangosol.util.NullImplementation.NullConverter
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static NullImplementation.NullConverterINSTANCESince the Converter contains no information, only one ever has to exist. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectconvert(Object o)Convert the passed object to another object. 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final NullImplementation.NullConverter INSTANCE
Since the Converter contains no information, only one ever has to exist. 
 - 
 
 -