• 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
ReactiveAdapterRegistryTests.java 9.7 KB