Uses of Interface
org.springframework.web.reactive.function.BodyExtractor.Context
Packages that use BodyExtractor.Context Package Description org.springframework.web.reactive.function Provides a foundation for both the reactive client and server subpackages.Uses of BodyExtractor.Context in org.springframework.web.reactive.function
Methods in org.springframework.web.reactive.function with parameters of type BodyExtractor.Context Modifier and Type Method Description TBodyExtractor. extract(M inputMessage, BodyExtractor.Context context)Extract from the given input message.