Class TypeAwareDecoder

  • Direct Known Subclasses:
    JsonbTextDecoder

    public abstract class TypeAwareDecoder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.reflect.Type type  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void init​(jakarta.websocket.EndpointConfig endpointConfig)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        protected java.lang.reflect.Type type
    • Constructor Detail

      • TypeAwareDecoder

        public TypeAwareDecoder()
      • TypeAwareDecoder

        public TypeAwareDecoder​(java.lang.reflect.Type type)
    • Method Detail

      • init

        protected void init​(jakarta.websocket.EndpointConfig endpointConfig)