Class ConvertingEncoderDecoderSupport.TextEncoder<T>
java.lang.Object
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport<T,String>
 
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.TextEncoder<T>
- Type Parameters:
- T- the type that this Encoder can convert to
- All Implemented Interfaces:
- Encoder,- Encoder.Text<T>
- Enclosing class:
- ConvertingEncoderDecoderSupport<T,M> 
public abstract static class ConvertingEncoderDecoderSupport.TextEncoder<T>
extends ConvertingEncoderDecoderSupport<T,String>
implements Encoder.Text<T> 
A text 
jakarta.websocket.Encoder that delegates
 to Spring's conversion service. See ConvertingEncoderDecoderSupport for
 details.- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupportConvertingEncoderDecoderSupport.BinaryDecoder<T>, ConvertingEncoderDecoderSupport.BinaryEncoder<T>, ConvertingEncoderDecoderSupport.TextDecoder<T>, ConvertingEncoderDecoderSupport.TextEncoder<T>Nested classes/interfaces inherited from interface jakarta.websocket.EncoderEncoder.Binary<T extends Object>, Encoder.BinaryStream<T extends Object>, Encoder.Text<T extends Object>, Encoder.TextStream<T extends Object>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupportdecode, destroy, encode, getApplicationContext, getConversionService, getMessageType, getType, init, willDecodeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.websocket.Encoder.Textencode
- 
Constructor Details- 
TextEncoderpublic TextEncoder()
 
-