Class NormalizedNodeResult
- java.lang.Object
-
- org.opendaylight.yangtools.yang.data.impl.schema.NormalizedNodeResult
-
- Direct Known Subclasses:
NormalizedNodeMetadataResult
public class NormalizedNodeResult extends Object
Client allocated result holder forImmutableNormalizedNodeStreamWriterwhich produces instance of NormalizedNode.Client may supply result holder to
ImmutableNormalizedNodeStreamWriterwhich will be once updated when the result is available.This is intended for using
ImmutableNormalizedNodeStreamWriterwithout supplying builder, so instantiated writer will select correct builder based on first event and sets resultingNormalizedNodewhen end event is invoked for node.
-
-
Constructor Summary
Constructors Constructor Description NormalizedNodeResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>getResult()booleanisFinished()
-