T - the type of source and targetpublic class IdentityConverter<T> extends Object implements Converter<T,T>
| Constructor and Description |
|---|
IdentityConverter() |
| Modifier and Type | Method and Description |
|---|---|
T |
convert(T source)
Converts the source object which is of type S into an object of type T
|
Copyright © 2019 Communote team. All rights reserved.