Interface ConverterContextSupport


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

      • setConverterContext

        void setConverterContext​(ConverterContext context)
        Sets the converter context.
        Parameters:
        context - converter context
      • getConverterContext

        ConverterContext getConverterContext()
        Gets the converter context.
        Returns:
        converter context
      • getType

        java.lang.Class<?> getType()
        Gets the class of the value.
        Returns:
        the class of the value.
      • setType

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