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 TypeInterfaceDescriptioninterfaceExtensibleObject<O extends ExtensibleObject<O,E>, E extends ObjectExtension<O, E>> Interface specifying access to extensions attached to a particular object.interfaceObjectExtension<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 TypeClassDescriptionclassStateless 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 TypeInterfaceDescriptioninterfaceEvent Stream Writer based on Normalized Node tree representation.interfaceUtility marker interface forNormalizedNodeStreamWriterimplementations which can be reused multiple times and can expose aNormalizedNoderesult of each complete streaming use.Classes in org.opendaylight.yangtools.yang.data.api.schema.stream that implement ExtensibleObjectModifier and TypeClassDescriptionfinal classANormalizedNodeStreamWriterwhich formats events into a String, available via #result().classfinal classANormalizedNodeStreamWriterwhich 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassANormalizedNodeStreamWriterwhich 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 TypeClassDescriptionclassclassclassImplementation ofNormalizedNodeStreamWriter, which constructs immutable instances ofNormalizedNodes.final classA reusable variant ofImmutableNormalizedNodeStreamWriter.