S
- The source object typeT
- The target object typepublic interface Transformer<S,T>
Modifier and Type | Method and Description |
---|---|
T |
convert(S input) |
Type |
getSourceType() |
Type |
getTargetType() |
Type getSourceType()
Type getTargetType()
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.