Class JohnzonTextDecoder
- java.lang.Object
- 
- org.apache.johnzon.websocket.mapper.JohnzonTextDecoder
 
- 
- 
Constructor SummaryConstructors Constructor Description JohnzonTextDecoder()JohnzonTextDecoder(Type type)JohnzonTextDecoder(Mapper mapper, Type type)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectdecode(Reader stream)voiddestroy()voidinit(jakarta.websocket.EndpointConfig endpointConfig)
 
- 
- 
- 
Method Detail- 
decodepublic Object decode(Reader stream) throws jakarta.websocket.DecodeException - Specified by:
- decodein interface- jakarta.websocket.Decoder.TextStream<Object>
- Throws:
- jakarta.websocket.DecodeException
 
 - 
initpublic void init(jakarta.websocket.EndpointConfig endpointConfig) - Specified by:
- initin interface- jakarta.websocket.Decoder
 
 - 
destroypublic void destroy() - Specified by:
- destroyin interface- jakarta.websocket.Decoder
 
 
- 
 
-