Uses of Interface
org.opendaylight.yangtools.concepts.ObjectExtension
Packages that use ObjectExtension
Package
Description
Concepts used widely across OpenDaylight code base.
Utilities for parsing JSON as YANG-modeled data and writing the same.
Utilities for parsing XML as YANG-modeled data and writing the same.
-
Uses of ObjectExtension in org.opendaylight.yangtools.concepts
Classes in org.opendaylight.yangtools.concepts with type parameters of type ObjectExtensionModifier and TypeInterfaceDescriptioninterface
ExtensibleObject<O extends ExtensibleObject<O,
E>, E extends ObjectExtension<O, E>> Interface specifying access to extensions attached to a particular object.interface
ObjectExtension<O extends ExtensibleObject<O,
E>, E extends ObjectExtension<O, E>> An extension to a concreteExtensibleObject
. -
Uses of ObjectExtension in org.opendaylight.yangtools.yang.data.api.schema.stream
Subinterfaces of ObjectExtension in org.opendaylight.yangtools.yang.data.api.schema.streamModifier and TypeInterfaceDescriptionstatic interface
Extension interface forNormalizedNodeStreamWriter
.static interface
Extension to the NormalizedNodeStreamWriter with metadata support.static interface
AnNormalizedNodeStreamWriter.Extension
exposed by stream writers which can handle mount point data, notably providing the facilities to resolve a mount point schema and normalize mount point contents into a normalized structure. -
Uses of ObjectExtension in org.opendaylight.yangtools.yang.data.codec.gson
Classes in org.opendaylight.yangtools.yang.data.codec.gson that implement ObjectExtensionModifier and TypeClassDescriptionclass
This implementation will create JSON output as output stream. -
Uses of ObjectExtension in org.opendaylight.yangtools.yang.data.codec.xml
Classes in org.opendaylight.yangtools.yang.data.codec.xml that implement ObjectExtensionModifier and TypeClassDescriptionclass
ANormalizedNodeStreamWriter
which translates the events into anXMLStreamWriter
, resulting in an RFC6020 XML encoding. -
Uses of ObjectExtension in org.opendaylight.yangtools.yang.data.impl.schema
Classes in org.opendaylight.yangtools.yang.data.impl.schema that implement ObjectExtensionModifier and TypeClassDescriptionfinal class
A simpleNormalizedNodeStreamWriter.MetadataExtension
implementation, which takes care of buildingNormalizedMetadata
based on additional nesting instructions.class
class