Modifier and Type | Interface and Description |
---|---|
interface |
ExtensibleObject<T extends ExtensibleObject<T,E>,E extends ObjectExtension<T,E>>
Interface specifying access to extensions attached to a particular object.
|
interface |
ObjectExtension<T extends ExtensibleObject<T,E>,E extends ObjectExtension<T,E>>
An extension to a concrete
ExtensibleObject . |
Modifier and Type | Interface and Description |
---|---|
interface |
NormalizedMetadataStreamWriter
Extension to the NormalizedNodeStreamWriter with metadata support.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableNormalizedMetadataStreamWriter
A simple
NormalizedMetadataStreamWriter implementation, which takes care of building
NormalizedMetadata based on additional nesting instructions. |
Modifier and Type | Interface and Description |
---|---|
interface |
NormalizedNodeStreamWriterExtension
Extension interface for
NormalizedNodeStreamWriter . |
Modifier and Type | Class and Description |
---|---|
class |
XMLStreamNormalizedNodeStreamWriter<T>
A
NormalizedNodeStreamWriter which translates the events into an XMLStreamWriter , resulting in an
RFC6020 XML encoding. |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableMetadataNormalizedNodeStreamWriter
|
Copyright © 2019 OpenDaylight. All rights reserved.