Separate logic of get root path 76/110176/10
authorlubos-cicut <lubos.cicut@pantheon.tech>
Thu, 8 Feb 2024 09:34:15 +0000 (10:34 +0100)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Mon, 12 Feb 2024 15:54:26 +0000 (15:54 +0000)
commitc079b25b67212fda1222b7f23099a8db7fcd17e8
tree630ff6da785c71293ea3f245aa14a3e0efbccfaf
parent5b44088e1f221d0b2e07fd427e82264203885919
Separate logic of get root path

Repaired creating of get root path to simplify logic of
OperationEntity#generate method.

Change-Id: Ice9857b673e8db88f7edcb46cbf92a9851d033ba
Signed-off-by: lubos-cicut <lubos.cicut@pantheon.tech>
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/impl/PathsStream.java
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/model/GetEntity.java
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/model/GetRootEntity.java [new file with mode: 0644]
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/model/OperationEntity.java