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 |
InputStreamDecoder
Built in
Decoder for InputStream . |
class |
NoOpByteArrayCoder
Encoder and Decoder implementation for byte array. |
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 |
ReaderDecoder
Built in
Decoder for Reader . |
class |
ToStringEncoder
Fall-back encoder - encoders any object to string using
Object.toString() method. |
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.