1. 12 4月, 2017 1 次提交
  2. 24 3月, 2017 1 次提交
  3. 15 3月, 2017 2 次提交
  4. 14 3月, 2017 1 次提交
  5. 02 2月, 2017 1 次提交
  6. 07 1月, 2017 1 次提交
  7. 29 11月, 2016 1 次提交
    • R
      Further refactoring of ReactiveAdapter/Registry · 5651c218
      Rossen Stoyanchev 提交于
      Simplify getAdapterFrom/To into a single getAdapter method that looks
      for an exact match by type first and then isAssignableFrom.
      
      Also expose shortcut methods in ReactiveAdapter to minimize the need
      for access to the ReactiveTypeDescriptor.
      
      Issue: SPR-14902
      5651c218
  8. 28 11月, 2016 2 次提交
    • R
      Refactor ReactiveAdapter hierarchy · 52096ab8
      Rossen Stoyanchev 提交于
      Collapse ReactiveAdapter hierarchy into a single class that simply
      delegates to functions for converting to/from a Publisher.
      
      A private ReactorAdapter extension automaticlaly wraps adapted,  "raw"
      Publisher's as Flux or Mono depending on the semantics of the target
      reactive type.
      
      Issue: SPR-14902
      52096ab8
    • R
      Improved reactive type descriptor support · 2e7d16df
      Rossen Stoyanchev 提交于
      ReactiveTypeDescriptor is now a top-level type with named constructors.
      It also contains and provides a getter for the actual type.
      
      Issue: SPR-14902
      2e7d16df
  9. 08 11月, 2016 2 次提交
  10. 07 11月, 2016 3 次提交