S
- the source type of the conversionT
- the target type of the conversionpublic interface Converter<S,T>
Modifier and Type | Method and Description |
---|---|
T |
convert(S source)
Converts the source object which is of type S into an object of type T
|
Copyright © 2019 Communote team. All rights reserved.