Package org.opendaylight.yangtools.yang.data.util.codec
package org.opendaylight.yangtools.yang.data.util.codec
-
ClassDescriptionA type-to-codec factory base class with logic to efficiently lookup and cache codec instances, also dealing with union type composition.An
AbstractCodecFactory
which additionally provides services defined inInputStreamNormalizer
.CodecCache<T>Abstract cache for codecs.Utility methods for implementing string-to-identity codecs.Lazily-populated CodecCache.A no-operation codec cache.Pre-computed thread-safe CodecCache.Utility methods for parsing and writing QNames.A thread-safe lazily-populated codec cache.TypeAwareCodec<T,I, O> A codec, which knows what the native representation for a particular data type is.