Uses of Interface
org.opendaylight.yangtools.concepts.ExtensibleObject
Packages that use ExtensibleObject
Package
Description
Concepts used widely across OpenDaylight code base.
-
Uses of ExtensibleObject in org.opendaylight.yangtools.concepts
Classes in org.opendaylight.yangtools.concepts with type parameters of type ExtensibleObjectModifier 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 ExtensibleObject in org.opendaylight.yangtools.transform
Classes in org.opendaylight.yangtools.transform that implement ExtensibleObjectModifier and TypeClassDescriptionclass
Stateless Normalized Node Stream Writer decorator, which performs QName translation. -
Uses of ExtensibleObject in org.opendaylight.yangtools.yang.data.api.schema.stream
Subinterfaces of ExtensibleObject in org.opendaylight.yangtools.yang.data.api.schema.streamModifier and TypeInterfaceDescriptioninterface
Event Stream Writer based on Normalized Node tree representation.interface
Utility marker interface forNormalizedNodeStreamWriter
implementations which can be reused multiple times and can expose aNormalizedNode
result of each complete streaming use.Classes in org.opendaylight.yangtools.yang.data.api.schema.stream that implement ExtensibleObjectModifier and TypeClassDescriptionfinal class
ANormalizedNodeStreamWriter
which formats events into a String, available via #result().class
final class
ANormalizedNodeStreamWriter
which logs the events into aLogger
. -
Uses of ExtensibleObject in org.opendaylight.yangtools.yang.data.codec.gson
Classes in org.opendaylight.yangtools.yang.data.codec.gson that implement ExtensibleObjectModifier and TypeClassDescriptionclass
This implementation will create JSON output as output stream. -
Uses of ExtensibleObject in org.opendaylight.yangtools.yang.data.codec.xml
Classes in org.opendaylight.yangtools.yang.data.codec.xml that implement ExtensibleObjectModifier and TypeClassDescriptionclass
ANormalizedNodeStreamWriter
which translates the events into anXMLStreamWriter
, resulting in an RFC6020 XML encoding. -
Uses of ExtensibleObject in org.opendaylight.yangtools.yang.data.impl.schema
Classes in org.opendaylight.yangtools.yang.data.impl.schema that implement ExtensibleObjectModifier and TypeClassDescriptionclass
class
class
Implementation ofNormalizedNodeStreamWriter
, which constructs immutable instances ofNormalizedNode
s.final class
A reusable variant ofImmutableNormalizedNodeStreamWriter
.