Package | Description |
---|---|
org.glassfish.tyrus.core.coder |
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
|
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
|
class |
ToStringEncoder
Fall-back encoder - encoders any object to string using
Object.toString() method. |
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.