T
- public interface ITransformation<T>
Modifier and Type | Interface and Description |
---|---|
static class |
ITransformation.TargetType
The object type to transform
|
Modifier and Type | Method and Description |
---|---|
ITransformation.TargetType |
getTargetType() |
T |
transform(T obj) |
ITransformation.TargetType getTargetType()