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 |
|
transform(T source)
Returns a different view of the source object. |
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.