Package org.glassfish.tyrus.core.coder
Class CoderAdapter
java.lang.Object
org.glassfish.tyrus.core.coder.CoderAdapter
- Direct Known Subclasses:
CoderWrapper
,InputStreamDecoder
,NoOpByteArrayCoder
,NoOpByteBufferCoder
,NoOpTextCoder
,PrimitiveDecoders
,ReaderDecoder
,ToStringEncoder
- Author:
- Pavel Bucek
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
This method does nothing.void
init
(EndpointConfig config) This method does nothing.
-
Constructor Details
-
CoderAdapter
public CoderAdapter()
-
-
Method Details
-
init
This method does nothing.- Parameters:
config
- the endpoint configuration object when being brought into service.
-
destroy
public void destroy()This method does nothing.
-