org.jtoolkit.essence.data
Interface Mapping<F,T>


public interface Mapping<F,T>

An implmentation can convert an object of type F to type T

Author:
Peter Lawrey

Method Summary
 T convert(F object)
           
 

Method Detail

convert

T convert(F object)
          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © Peter Lawrey. All Rights Reserved.