org.oddjob.beanbus
Interface Transformer<F,T>

Type Parameters:
F -
T -

public interface Transformer<F,T>

Something that transforms a bean into a different type.

Author:
rob

Method Summary
 T transform(F from)
          Transform the bean.
 

Method Detail

transform

T transform(F from)
Transform the bean.

Parameters:
from -
Returns: