| Interface | Description |
|---|---|
| TypeAwareCodec<T,I,O> |
A codec, which knows what the native representation for a particular data type is.
|
| Class | Description |
|---|---|
| AbstractCodecFactory<T extends TypeAwareCodec<?,?,?>> |
A type-to-codec factory base class with logic to efficiently lookup and cache codec instances,
also dealing with union type composition.
|
| CodecCache<T> |
Abstract cache for codecs.
|
| IdentityCodecUtil |
Utility methods for implementing string-to-identity codecs.
|
| LazyCodecCache<T> |
Lazily-populated CodecCache.
|
| NoopCodecCache<T> |
A no-operation codec cache.
|
| PrecomputedCodecCache<T> |
Pre-computed CodecCache.
|
| QNameCodecUtil |
Utility methods for parsing and writing QNames.
|
| SharedCodecCache<T> |
A thread-safe lazily-populated codec cache.
|
Copyright © 2019 OpenDaylight. All rights reserved.