org.jvnet.hk2.config
Interface Transformer


public interface Transformer

Transfomer can transform a source object into a destination object, usually providing a different view of the original object.

Author:
Jerome Dochez

Method Summary
<T extends ConfigBeanProxy>
T
transform(T source)
          Returns a different view of the source object.
 

Method Detail

transform

<T extends ConfigBeanProxy> T transform(T source)
Returns a different view of the source object.

Parameters:
source - the source object to transform
Returns:
the transformed view


Copyright © 2013 Oracle Corporation. All Rights Reserved.