Uses of Class
org.glassfish.tyrus.core.coder.CoderAdapter
Package
Description
Encoder and decoder adapters and built-in implementations.
-
Uses of CoderAdapter in org.glassfish.tyrus.core.coder
Modifier and TypeClassDescriptionclass
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
Built inDecoder
forInputStream
.class
class
class
class
Collection of decoders for all primitive types.static class
static class
static class
static class
static class
static class
static class
static class
class
class
Fall-back encoder - encoders any object to string usingObject.toString()
method.