public abstract class PropertyEditor<T> extends Object implements Renderer<T>, Parser<T>
| Modifier and Type | Field and Description |
|---|---|
static PropertyEditor<?> |
DEFAULT |
| Constructor and Description |
|---|
PropertyEditor() |
public static final PropertyEditor<?> DEFAULT
public void render(T object, Appendable appendable) throws IOException
render in interface Renderer<T>IOExceptionCopyright © 2012. All Rights Reserved.