Interface Converter<T>


public interface Converter<T>
Author:
Lars Kroll <[email protected]>
  • Method Summary

    Modifier and Type Method Description
    T convert​(Object o)  
    Class<T> type()