Package org.opendaylight.yangtools.yang.data.api.codec
package org.opendaylight.yangtools.yang.data.api.codec
-
ClassDescriptionAn abstract base class enforcing nullness contract around
IllegalArgumentCodec
interface.BinaryCodec<T>BitsCodec<T>BooleanCodec<T>DecimalCodec<T>EmptyCodec<T>EnumCodec<T>IllegalArgumentCodec<S,D> Utility interface for translation between a external form and an internal form.Codec which serializes / deserializes InstanceIdentifier.Int16Codec<T>Int32Codec<T>Int64Codec<T>Int8Codec<T>LeafrefCodec<T>StringCodec<T>Uint16Codec<T>A codec between Uint16 and some other representation.Uint32Codec<T>A codec between Uint32 and some other representation.Uint64Codec<T>A codec between Uint64 and some other representation.Uint8Codec<T>A codec between Uint8 and some other representation.UnionCodec<T>Dedicated exception for reporting conditions whereerror-tag
should be reported asinvalid-value
.