public interface ConverterContextSupport
ConverterContext
Modifier and Type | Method | Description |
---|---|---|
ConverterContext |
getConverterContext() |
Gets the converter context.
|
java.lang.Class<?> |
getType() |
Gets the class of the value.
|
void |
setConverterContext(ConverterContext context) |
Sets the converter context.
|
void |
setType(java.lang.Class<?> clazz) |
Sets the class of the value.
|
void setConverterContext(ConverterContext context)
context
- converter contextConverterContext getConverterContext()
java.lang.Class<?> getType()
void setType(java.lang.Class<?> clazz)
clazz
-