Uses of Class
org.glassfish.tyrus.core.coder.CoderAdapter
Packages that use CoderAdapter
Package
Description
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.coderModifier and TypeClassDescriptionclassCoderWrapper<T>Wrapper of coders storing the coder coder class (and optionally coder instance), return type of the encode / decode method and coder class.classBuilt inDecoderforInputStream.classclassclassclassCollection of decoders for all primitive types.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassclassFall-back encoder - encoders any object to string usingObject.toString()method.