接口 BodyExtractor<T,​M extends ReactiveHttpInputMessage>

    • 方法详细资料

      • extract

        T extract​(M inputMessage,
                  BodyExtractor.Context context)
        Extract from the given input message.
        参数:
        inputMessage - the request to extract from
        context - the configuration to use
        返回:
        the extracted data