|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConverterContextSupport
The interface indicates the class who extends it can support ConverterContext.
ConverterContext| Method Summary | |
|---|---|
ConverterContext |
getConverterContext()
Gets the converter context. |
Class<?> |
getType()
Gets the class of the value. |
void |
setConverterContext(ConverterContext context)
Sets the converter context. |
void |
setType(Class<?> clazz)
Sets the class of the value. |
| Method Detail |
|---|
void setConverterContext(ConverterContext context)
context - converter contextConverterContext getConverterContext()
Class<?> getType()
void setType(Class<?> clazz)
clazz -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||