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