Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The interface o.a.c.beanutils2.Transformer<S, T> is essentially a function as defined by java.util.function.Function<S, T>. We should remove it from the library and use Function<S, T> instead.
Attachments
Issue Links
- is related to
-
SANDBOX-360 Rename Converter<T, S> to Transformer<T, S>
- Resolved