Class ConvertingEncoderDecoderSupport.TextDecoder<T>

java.lang.Object
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport<T,String>
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.TextDecoder<T>
Type Parameters:
T - the type that this Decoder can convert from
All Implemented Interfaces:
Decoder, Decoder.Text<T>
Enclosing class:
ConvertingEncoderDecoderSupport<T,M>

public abstract static class ConvertingEncoderDecoderSupport.TextDecoder<T> extends ConvertingEncoderDecoderSupport<T,String> implements Decoder.Text<T>
A Text jakarta.websocket.Encoder that delegates to Spring's conversion service. See ConvertingEncoderDecoderSupport for details.
  • Constructor Details

    • TextDecoder

      public TextDecoder()