Uses of Class
org.glassfish.tyrus.core.coder.CoderAdapter
-
Packages that use CoderAdapter Package Description org.glassfish.tyrus.core.coder Encoder and decoder adapters and built-in implementations. -
-
Uses of CoderAdapter in org.glassfish.tyrus.core.coder
Subclasses of CoderAdapter in org.glassfish.tyrus.core.coder Modifier and Type Class 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 inDecoder
forInputStream
.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
Built inDecoder
forReader
.class
ToStringEncoder
Fall-back encoder - encoders any object to string usingObject.toString()
method.
-