Uploaded image for project: 'Commons Sandbox'
  1. Commons Sandbox
  2. SANDBOX-501 Add configurable type conversion support
  3. SANDBOX-505

Remove Transformer<S, T> in favor of java.util.function.Function<S, T>

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • BeanUtils2
    • 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

          Activity

            People

              britter Benedikt Ritter
              britter Benedikt Ritter
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: