Uses of Interface
jakarta.websocket.Encoder.Text
Package
Description
Encoder and decoder adapters and built-in implementations.
-
Uses of Encoder.Text in org.glassfish.tyrus.core.coder
Modifier and TypeClassDescriptionclass
class
Fall-back encoder - encoders any object to string usingObject.toString()
method.