Iterate over models in SchemasStream 22/110122/6
authorlubos-cicut <lubos.cicut@pantheon.tech>
Tue, 6 Feb 2024 09:43:15 +0000 (10:43 +0100)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Wed, 7 Feb 2024 12:54:28 +0000 (12:54 +0000)
commit175050778d4b169b0cbdc13c82c6635d05411d5e
tree5782ce08e5f25b2584daa1883a56db4ac0319e28
parent653ef0dc73d85c21c5040370c5b1c1ebb96f8c16
Iterate over models in SchemasStream

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

JIRA: NETCONF-1242
Change-Id: I205f817a83fa957535b23591a943aa7775a2cb7d
Signed-off-by: lubos-cicut <lubos.cicut@pantheon.tech>
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/impl/ComponentsStream.java
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/impl/SchemaStream.java [new file with mode: 0644]
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/impl/SchemasStream.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/SchemasEntity.java [deleted file]