Class SharedCodecCache<T>
- java.lang.Object
-
- org.opendaylight.yangtools.yang.data.util.codec.CodecCache<T>
-
- org.opendaylight.yangtools.yang.data.util.codec.SharedCodecCache<T>
-
@Beta public final class SharedCodecCache<T> extends CodecCache<T>
A thread-safe lazily-populated codec cache. Instances are cached in an internal weak/soft cache.- Author:
- Robert Varga
-
-
Constructor Summary
Constructors Constructor Description SharedCodecCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S extends SchemaNode & TypeAware>
TlookupComplex(S schema)
-
-
-
Method Detail
-
lookupComplex
public <S extends SchemaNode & TypeAware> T lookupComplex(S schema)
-
-