com.liferay.portal.kernel.util
Interface Converter<T>


public interface Converter<T>

View Source

Author:
Brian Wing Shun Chan

Method Summary
 T convert(T input)
           
 

Method Detail

convert

T convert(T input)