Class CodecCache<T>
java.lang.Object
org.opendaylight.yangtools.yang.data.util.codec.CodecCache<T>
- Type Parameters:
T
- Codec type
- Direct Known Subclasses:
LazyCodecCache
,NoopCodecCache
,PrecomputedCodecCache
,SharedCodecCache
Abstract cache for codecs.
- Author:
- Robert Varga
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CodecCache
public CodecCache()
-