org.apache.blur.utils
Interface Converter<F,T,E extends Exception>


public interface Converter<F,T,E extends Exception>


Method Summary
 T convert(F from)
           
 

Method Detail

convert

T convert(F from)
          throws E extends Exception
Throws:
E extends Exception


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.