Uses of Interface
org.opendaylight.yangtools.binding.BaseNotification
Packages that use BaseNotification
Package
Description
API elements of a codec capable translating YANG-modeled data between its
BindingObject
s and
NormalizedData
representations.Dynamic codec implementation.
-
Uses of BaseNotification in org.opendaylight.yangtools.binding
Subinterfaces of BaseNotification in org.opendaylight.yangtools.bindingModifier and TypeInterfaceDescriptioninterface
InstanceNotification<N extends InstanceNotification<N,
T>, T extends DataObject> Marker interface for YANG-defined instancenotification
s.interface
KeyedListNotification<N extends KeyedListNotification<N,
T, K>, T extends EntryObject<T, K>, K extends Key<T>> Annotification
which is defined within the schema tree and is thus tied to a data tree instance and additionally its parent is a {code list} with akey
statement.interface
Notification<T extends Notification<T> & DataObject>
Marker interface for YANG-defined global notifications. -
Uses of BaseNotification in org.opendaylight.yangtools.binding.data.codec.api
Methods in org.opendaylight.yangtools.binding.data.codec.api that return BaseNotificationModifier and TypeMethodDescription@NonNull BaseNotification
BindingNormalizedNodeSerializer.fromNormalizedNodeNotification
(@NonNull SchemaNodeIdentifier.Absolute path, @NonNull ContainerNode data) Translates supplied NormalizedNode Notification into Binding data.@NonNull BaseNotification
BindingNormalizedNodeSerializer.fromNormalizedNodeNotification
(@NonNull SchemaNodeIdentifier.Absolute path, @NonNull ContainerNode data, @Nullable Instant eventInstant) Translates supplied NormalizedNode Notification into Binding data, optionally taking an instant when the notification was generated.Methods in org.opendaylight.yangtools.binding.data.codec.api with parameters of type BaseNotificationModifier and TypeMethodDescription@NonNull ContainerNode
BindingNormalizedNodeSerializer.toNormalizedNodeNotification
(@NonNull SchemaNodeIdentifier.Absolute path, @NonNull BaseNotification data) Translates supplied Binding Notification or output into NormalizedNode notification. -
Uses of BaseNotification in org.opendaylight.yangtools.binding.data.codec.impl
Methods in org.opendaylight.yangtools.binding.data.codec.impl that return BaseNotificationModifier and TypeMethodDescriptionBindingCodecContext.fromNormalizedNodeNotification
(SchemaNodeIdentifier.Absolute path, ContainerNode data) BindingCodecContext.fromNormalizedNodeNotification
(SchemaNodeIdentifier.Absolute path, ContainerNode data, Instant eventInstant) Methods in org.opendaylight.yangtools.binding.data.codec.impl with parameters of type BaseNotificationModifier and TypeMethodDescriptionBindingCodecContext.toNormalizedNodeNotification
(SchemaNodeIdentifier.Absolute path, BaseNotification data) -
Uses of BaseNotification in org.opendaylight.yangtools.binding.data.codec.spi
Methods in org.opendaylight.yangtools.binding.data.codec.spi that return BaseNotificationModifier and TypeMethodDescriptionForwardingBindingDOMCodecServices.fromNormalizedNodeNotification
(SchemaNodeIdentifier.Absolute path, ContainerNode data) ForwardingBindingDOMCodecServices.fromNormalizedNodeNotification
(SchemaNodeIdentifier.Absolute path, ContainerNode data, Instant eventInstant) Methods in org.opendaylight.yangtools.binding.data.codec.spi with parameters of type BaseNotificationModifier and TypeMethodDescriptionForwardingBindingDOMCodecServices.toNormalizedNodeNotification
(SchemaNodeIdentifier.Absolute path, BaseNotification data)