Interface ConverterContextSupport


public interface ConverterContextSupport
The interface indicates the class who extends it can support ConverterContext.
See Also:
  • Method Details

    • setConverterContext

      void setConverterContext(ConverterContext context)
      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

      void setType(Class<?> clazz)
      Sets the class of the value.
      Parameters:
      clazz -