Uploaded image for project: 'Juneau'
  1. Juneau
  2. JUNEAU-228

Make it easier to create bean filters programmatically.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 8.1.3
    • 8.2.0
    • Code
    • None

    Description

       

      It should be possible to add bean filters to serializers and parsers using builders like so:

      WriterSerializer s = JsonSerializer
         .create()
         .beanFilters(BeanFilter.create(MyBean.class).bpi("foo,bar,baz"))
         .build();
      

       

      Attachments

        Activity

          People

            jamesbognar James Bognar
            jamesbognar James Bognar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: