クラス ConvertingEncoderDecoderSupport.TextEncoder<T>

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

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

    • TextEncoder

      public TextEncoder()