Uses of Class
org.opendaylight.yangtools.concepts.AbstractUncheckedCodec
-
Packages that use AbstractUncheckedCodec Package Description org.opendaylight.yangtools.concepts org.opendaylight.yangtools.yang.data.impl.codec org.opendaylight.yangtools.yang.data.util -
-
Uses of AbstractUncheckedCodec in org.opendaylight.yangtools.concepts
Subclasses of AbstractUncheckedCodec in org.opendaylight.yangtools.concepts Modifier and Type Class Description class
AbstractIllegalArgumentCodec<P,I>
An abstract base class enforcing nullness contract aroundIllegalArgumentCodec
interface. -
Uses of AbstractUncheckedCodec in org.opendaylight.yangtools.yang.data.impl.codec
Subclasses of AbstractUncheckedCodec in org.opendaylight.yangtools.yang.data.impl.codec Modifier and Type Class Description class
AbstractDataStringCodec<T>
class
AbstractIntegerStringCodec<N extends Number & Comparable<N>,T extends RangeRestrictedTypeDefinition<T,N>>
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
BinaryStringCodec
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
BitsStringCodec
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
BooleanStringCodec
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
DecimalStringCodec
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
EnumStringCodec
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
StringStringCodec
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
TypeDefinitionAwareCodec<J,T extends TypeDefinition<T>>
-
Uses of AbstractUncheckedCodec in org.opendaylight.yangtools.yang.data.util
Subclasses of AbstractUncheckedCodec in org.opendaylight.yangtools.yang.data.util Modifier and Type Class Description class
AbstractModuleStringIdentityrefCodec
class
AbstractModuleStringInstanceIdentifierCodec
Extension ofAbstractStringInstanceIdentifierCodec
, which instantiates QNames by first resolving the namespace and then looking the target namespace in the list of currently-subscribed modules.class
AbstractStringIdentityrefCodec
Abstract utility class for representations which encode Identityref as a prefix:name tuple.class
AbstractStringInstanceIdentifierCodec
Abstract utility class for representations which encodeYangInstanceIdentifier
as a prefix:name tuple.class
AbstractStringUnionCodec
class
ModuleStringIdentityrefCodec
Base class for implementing identityref codecs on based on module names.
-