| Package | Description | 
|---|---|
| org.glassfish.tyrus.core.coder | Encoder and decoder adapters and built-in implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CoderWrapper<T>Wrapper of coders storing the coder coder class (and optionally coder instance), return type of the encode / decode
 method and coder class. | 
| class  | InputStreamDecoderBuilt in  DecoderforInputStream. | 
| class  | NoOpByteArrayCoder | 
| class  | NoOpByteBufferCoder | 
| class  | NoOpTextCoder | 
| class  | PrimitiveDecoders<T>Collection of decoders for all primitive types. | 
| static class  | PrimitiveDecoders.BooleanDecoder | 
| static class  | PrimitiveDecoders.ByteDecoder | 
| static class  | PrimitiveDecoders.CharacterDecoder | 
| static class  | PrimitiveDecoders.DoubleDecoder | 
| static class  | PrimitiveDecoders.FloatDecoder | 
| static class  | PrimitiveDecoders.IntegerDecoder | 
| static class  | PrimitiveDecoders.LongDecoder | 
| static class  | PrimitiveDecoders.ShortDecoder | 
| class  | ReaderDecoderBuilt in  DecoderforReader. | 
| class  | ToStringEncoderFall-back encoder - encoders any object to string using  Object.toString()method. | 
Copyright © 2012–2020 Oracle Corporation. All rights reserved.