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.
  • Constructor Details

    • TextEncoder

      public TextEncoder()