public abstract class Converter extends Object
| Constructor and Description |
|---|
Converter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertFieldValue(Object value)
Converts the field's value before being set on the model.
|
Object |
convertModelValue(Object value)
Converts the model's value before being set on the field.
|
Copyright © 2014. All Rights Reserved.