Interface BodyExtractor<T,​M extends ReactiveHttpInputMessage>

    • Method Detail

      • extract

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