S
- source type.T
- target type.public static interface ReferenceTransformingFactory.Transformer<S,T>
S
into an instance of
target type T
.Modifier and Type | Method and Description |
---|---|
T |
transform(S value)
Transform an instance of source type into an instance of target type.
|