Class LazyCodecCache<T>
java.lang.Object
org.opendaylight.yangtools.yang.data.util.codec.CodecCache<T>
org.opendaylight.yangtools.yang.data.util.codec.LazyCodecCache<T>
Lazily-populated CodecCache. This is a non-thread-safe factory, which performs caching of codecs. It is most
appropriate for one-off encodings of repetitive data.
- Author:
- Robert Varga
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LazyCodecCache
public LazyCodecCache()
-
-
Method Details
-
toPrecomputed
-