• S
    Add Decoder#decodeOne() · 917a2fb9
    Sebastien Deleuze 提交于
    This commit adds a Decoder#decodeOne() method in order
    to handle correctly the streaming versus one value
    deserialization based on the type provided by the user.
    
    For example, if a List parameter is provided in a controller
    method, Jackson will be called once, while if the user provides
    a Flux or an Observable parameter, Jackson will be called for
    each element.
    917a2fb9
Decoder.java 3.1 KB