Package io.servicetalk.encoding.api
Class Identity
- java.lang.Object
-
- io.servicetalk.encoding.api.Identity
-
public final class Identity extends java.lang.ObjectUtility class that constructs and provides the default, always supported NOOP 'identity'ContentCodec.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ContentCodecidentity()Returns the default, always supported NOOP 'identity'ContentCodec.
-
-
-
Method Detail
-
identity
public static ContentCodec identity()
Returns the default, always supported NOOP 'identity'ContentCodec.- Returns:
- the default, always supported NOOP 'identity'
ContentCodec.
-
-