クラス ConvertingEncoderDecoderSupport.TextDecoder<T>

java.lang.ObjectSE
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport<T,StringSE>
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.TextDecoder<T>
型パラメーター:
T - このデコーダーが変換できる型
実装されたすべてのインターフェース:
DecoderEEDecoder.TextEE<T>
含まれているクラス:
ConvertingEncoderDecoderSupport<T,M>

public abstract static class ConvertingEncoderDecoderSupport.TextDecoder<T> extends ConvertingEncoderDecoderSupport<T,StringSE> implements Decoder.TextEE<T>
Spring の変換サービスに委譲するテキスト jakarta.websocket.Encoder。詳細については、ConvertingEncoderDecoderSupport を参照してください。
  • コンストラクターの詳細

    • TextDecoder

      public TextDecoder()