public abstract class AbstractConverter<T> extends Object implements Converter<T>
| Constructor and Description |
|---|
AbstractConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isValid(String value)
Checks whether the value is valid.
|
String |
serialize(T value)
Implementation based on
String.valueOf(Object). |
Copyright © 2013 Harald Pehl. All Rights Reserved.