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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> NoopCodecCache<T>
getInstance()
-
-
-
Method Detail
-
getInstance
public static <T> NoopCodecCache<T> getInstance()
-
-