public static class NullImplementation.NullConverter extends Object implements Converter
| Modifier and Type | Field and Description |
|---|---|
static NullImplementation.NullConverter |
INSTANCE
Since the Converter contains no information, only one ever has to exist.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object o)
Convert the passed object to another object.
|
public static final NullImplementation.NullConverter INSTANCE