@FunctionalInterface public interface IConverterLocator extends org.apache.wicket.util.io.IClusterable
IConverterLocator, which can be configured using
Application.newConverterLocator().ConverterLocator| Modifier and Type | Method and Description |
|---|---|
<C> org.apache.wicket.util.convert.IConverter<C> |
getConverter(Class<C> type)
Returns the Converter for the class that is given.
|
<C> org.apache.wicket.util.convert.IConverter<C> getConverter(Class<C> type)
C - The object to convert from and to Stringtype - Copyright © 2006–2018 Apache Software Foundation. All rights reserved.