Package com.nomagic.utils
Interface Converter<S,T>
@OpenApiAll
public interface Converter<S,T>
Conversion of one element to another function.
-
Method Summary
-
Method Details
-
convert
Convert given source element to another element.- Parameters:
source
- element to convert.- Returns:
- converted element.
-