public class NormalizedNodeResult extends Object
ImmutableNormalizedNodeStreamWriter which produces instance
of NormalizedNode.
Client may supply result holder to ImmutableNormalizedNodeStreamWriter which will be once updated when
the result is available.
This is intended for using ImmutableNormalizedNodeStreamWriter without supplying builder, so instantiated
writer will select correct builder based on first event and sets resulting NormalizedNode when end event is
invoked for node.
| Constructor and Description |
|---|
NormalizedNodeResult() |
| Modifier and Type | Method and Description |
|---|---|
NormalizedNode<?,?> |
getResult() |
boolean |
isFinished() |
public NormalizedNode<?,?> getResult()
public boolean isFinished()
Copyright © 2019 OpenDaylight. All rights reserved.