Uses of Class
org.springframework.web.reactive.result.method.annotation.AbstractMessageReaderArgumentResolver
Packages that use AbstractMessageReaderArgumentResolver
Package
Description
Infrastructure for annotation-based handler method processing.
-
Uses of AbstractMessageReaderArgumentResolver in org.springframework.web.reactive.result.method.annotation
Subclasses of AbstractMessageReaderArgumentResolver in org.springframework.web.reactive.result.method.annotationModifier and TypeClassDescriptionclassResolves method arguments of typeHttpEntityorRequestEntityby reading the body of the request through a compatibleHttpMessageReader.classResolves method arguments annotated with@RequestBodyby reading the body of the request through a compatibleHttpMessageReader.classResolver for@RequestPartarguments where the named part is decoded much like an@RequestBodyargument but based on the content of an individual part instead.