Class NoopCodecCache<T>

java.lang.Object
org.opendaylight.yangtools.yang.data.util.codec.CodecCache<T>
org.opendaylight.yangtools.yang.data.util.codec.NoopCodecCache<T>
Type Parameters:
T - Codec type

@Beta public final class NoopCodecCache<T> extends CodecCache<T>
A no-operation codec cache. This class is thread-safe.
Author:
Robert Varga
  • Method Details