Package 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
Modifier and TypeMethodDescription<T extends ConfigBeanProxy>
Ttransform(T source) Returns a different view of the source object.
-
Method Details
-
transform
Returns a different view of the source object.- Parameters:
source- the source object to transform- Returns:
- the transformed view
-