Uses of Interface
jakarta.websocket.Decoder.Text
-
Packages that use Decoder.Text Package Description org.glassfish.tyrus.core.coder Encoder and decoder adapters and built-in implementations. -
-
Uses of Decoder.Text in org.glassfish.tyrus.core.coder
Classes in org.glassfish.tyrus.core.coder that implement Decoder.Text Modifier and Type Class Description classNoOpTextCoderclassPrimitiveDecoders<T>Collection of decoders for all primitive types.static classPrimitiveDecoders.BooleanDecoderstatic classPrimitiveDecoders.ByteDecoderstatic classPrimitiveDecoders.CharacterDecoderstatic classPrimitiveDecoders.DoubleDecoderstatic classPrimitiveDecoders.FloatDecoderstatic classPrimitiveDecoders.IntegerDecoderstatic classPrimitiveDecoders.LongDecoderstatic classPrimitiveDecoders.ShortDecoderclassReaderDecoderBuilt inDecoderforReader.Fields in org.glassfish.tyrus.core.coder with type parameters of type Decoder.Text Modifier and Type Field Description static java.util.Map<java.lang.Class<?>,Decoder.Text<?>>PrimitiveDecoders. ALL_INSTANCES
-