Interface IConverterLocator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <C> org.apache.wicket.util.convert.IConverter<C> getConverter​(java.lang.Class<C> type)
      Returns the Converter for the class that is given.
    • Method Detail

      • getConverter

        <C> org.apache.wicket.util.convert.IConverter<C> getConverter​(java.lang.Class<C> type)
        Returns the Converter for the class that is given.
        Type Parameters:
        C - The object to convert from and to String
        Parameters:
        type -
        Returns:
        The converter for the given type.