S - The source type.T - The target type.@FunctionalInterface public interface TypeConverter<S,T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(S source)
Convert a value from a source type to a target type.
|
Copyright © 2020. All rights reserved.