java.lang.Object
org.opendaylight.yangtools.yang.data.impl.schema.NormalizedNodeResult
Direct Known Subclasses:
NormalizedNodeMetadataResult

public class NormalizedNodeResult extends Object
Client allocated result holder for 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 Details

    • NormalizedNodeResult

      public NormalizedNodeResult()
  • Method Details

    • getResult

      public org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode getResult()
    • isFinished

      public boolean isFinished()