Create SchemasEntity class to simplify SchemasStream 08/109908/7
authorlubos-cicut <lubos.cicut@pantheon.tech>
Mon, 22 Jan 2024 12:34:45 +0000 (13:34 +0100)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Tue, 30 Jan 2024 13:15:15 +0000 (13:15 +0000)
commit402014f4e08695657c7e8308b0711286cbbb4b55
treec064372bb1d32e00ff1c67e736bed8cd15212489
parente63006dc286eb94cd9e2c82a13879fb197846a54
Create SchemasEntity class to simplify SchemasStream

Created SchemasEntity class to simplify SchemasStream. SchemasEntity
now hold collection of SchemaEntity as in PathsEntity. Class
SchemaStream is no more necessary.

JIRA: NETCONF-938
Change-Id: I02ac62704dabe94d5c793af383bb6a0c7bbd4a0a
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 [deleted file]
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 [new file with mode: 0644]