Class Identity


  • public final class Identity
    extends java.lang.Object
    Utility 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 ContentCodec identity()
      Returns the default, always supported NOOP 'identity' ContentCodec.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • identity

        public static ContentCodec identity()
        Returns the default, always supported NOOP 'identity' ContentCodec.
        Returns:
        the default, always supported NOOP 'identity' ContentCodec.