Module org.apache.johnzon.websocket
Class TypeAwareDecoder
- java.lang.Object
-
- org.apache.johnzon.websocket.internal.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
-
Constructor Summary
Constructors Constructor Description TypeAwareDecoder()
TypeAwareDecoder(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)
-