Iterate over models in PathsStream 21/110121/7
authorlubos-cicut <lubos.cicut@pantheon.tech>
Fri, 2 Feb 2024 09:05:54 +0000 (10:05 +0100)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Wed, 7 Feb 2024 12:54:28 +0000 (12:54 +0000)
commit653ef0dc73d85c21c5040370c5b1c1ebb96f8c16
treec1cb123dc7fd2b76622c3b5e6980e1b7e1e9df0a
parent7d907f45dc663a1b6d6059721d5f1fddfc849983
Iterate over models in PathsStream

Use originally intended iterative approach to get next chunk of
paths (for one model) in PathsStream.

JIRA: NETCONF-1241
Change-Id: I1358e94d387f944f72e12fae5421d35b312481f2
Signed-off-by: lubos-cicut <lubos.cicut@pantheon.tech>
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/impl/OpenApiInputStream.java
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/impl/PathStream.java [new file with mode: 0644]
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/impl/PathsStream.java
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/model/OpenApiEntity.java
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/model/PathsEntity.java [deleted file]