Java org.springframework.core.codec Encoder fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.codec Encoder fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

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

Method

booleancanEncode(ResolvableType elementType, @Nullable MimeType mimeType)
Whether the encoder supports the given source element type and the MIME type for the output stream.
DataBufferencodeValue(T value, DataBufferFactory bufferFactory, ResolvableType valueType, @Nullable MimeType mimeType, @Nullable Map hints)
Encode an Object of type T to a data buffer.
ClassgetClass()
Returns the runtime class of this Object .
ListgetEncodableMimeTypes()
Return the list of mime types this encoder supports.