Java org.springframework.http.codec HttpMessageReader fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.codec HttpMessageReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http.codec HttpMessageReader.

The text is from its open source code.

Implementation

org.springframework.http.codec.HttpMessageReader has the following implementations.
Click this link to see all its implementation.

Method

booleancanRead(ResolvableType elementType, @Nullable MediaType mediaType)
Whether the given object type is supported by this reader.
Fluxread(ResolvableType actualType, ResolvableType elementType, ServerHttpRequest request, ServerHttpResponse response, Map hints)
Server-side only alternative to #read(ResolvableType,ReactiveHttpInputMessage,Map) with additional context available.
MonoreadMono(ResolvableType actualType, ResolvableType elementType, ServerHttpRequest request, ServerHttpResponse response, Map hints)
Server-side only alternative to #readMono(ResolvableType,ReactiveHttpInputMessage,Map) with additional, context available.