Class UnitTranscoder<Z>

  • Type Parameters:
    Z - The type of the resource that will be transcoded from and to.
    All Implemented Interfaces:
    ResourceTranscoder<Z,​Z>

    public class UnitTranscoder<Z>
    extends java.lang.Object
    implements ResourceTranscoder<Z,​Z>
    A simple ResourceTranscoder that simply returns the given resource.
    • Constructor Detail

      • UnitTranscoder

        public UnitTranscoder()