Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-351

Extension to ClassUtils: Obtain the primitive class from a wrapper

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.3
    • 2.4
    • None
    • None

    Description

      For some tasks related to reflection and method invocation I need the counter part of the ClassUtils.primitiveToWrapper() method.

      My use case is that I need to invoke a method, and I only have the name and an array of parameter values (not the exact parameter types). So I have to check based on the types of the current parameters if a method signature is compatible. If the signature contains primitive types, the current parameter values will be wrapper types; these have to be unboxed.

      Attachments

        1. lang-351.patch
          6 kB
          Oliver Heger

        Activity

          People

            ggregory Gary D. Gregory
            oheger Oliver Heger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: