Interface IConverterLocator

    • Method Detail

      • getConverter

        <C> org.apache.wicket.util.convert.IConverter<C> getConverter​(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.