Package com.jidesoft.converter
Interface ConverterContextSupport
public interface ConverterContextSupport
The interface indicates the class who extends it can support ConverterContext.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the converter context.Class
<?> getType()
Gets the class of the value.void
setConverterContext
(ConverterContext context) Sets the converter context.void
Sets the class of the value.
-
Method Details
-
setConverterContext
Sets the converter context.- Parameters:
context
- converter context
-
getConverterContext
ConverterContext getConverterContext()Gets the converter context.- Returns:
- converter context
-
getType
Class<?> getType()Gets the class of the value.- Returns:
- the class of the value.
-
setType
Sets the class of the value.- Parameters:
clazz
-
-