public interface Converter<S,T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(S source)
Converts the source object from S type to T type.
|
Class<?> |
getSourceClass()
Returns the class of the objects this converter converts from.
|
Class<?> |
getTargetClass()
Returns the class of the objects this converter converts to.
|
Copyright © 2021 CrafterCMS. All rights reserved.