Uploaded image for project: 'DeltaSpike'
  1. DeltaSpike
  2. DELTASPIKE-990

BeanBuilder#readFromType drops java.lang.Object as type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.5.0
    • 1.5.1
    • Core
    • None

    Description

      workaround e.g.:

      BeanBuilder<T> beanBuilder = new BeanBuilder<T>(bm).readFromType(...);
      beanBuilder.addType(Object.class);
      //...
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            gpetracek Gerhard Petracek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: