|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Converter
| Method Summary | |
|---|---|
java.lang.Object |
convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
converts a given object to its persistable format. |
java.lang.Object |
revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
reverts a persisted object to its original formResourceName. |
boolean |
supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
is true if this converter supports the given type, false otherwise. |
| Method Detail |
|---|
boolean supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
java.lang.Object convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
java.lang.Object revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||