BindingRuntimeTypes should be an interface 77/99877/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 25 Feb 2022 16:06:13 +0000 (17:06 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 25 Feb 2022 16:06:54 +0000 (17:06 +0100)
commit8f2a259e8bf106c4b33acd8df3a7dbe19aaa43d0
tree311c3d4eaedc2f93454580f4ad0ac8572a4f590d
parent2775afbe5f2c82a6add571a35ad16f6521b72489
BindingRuntimeTypes should be an interface

We do not want to expose the internals of how this interface is
realized, make sure we split it into an interface and an implementation.

JIRA: MDSAL-696
Change-Id: Icc01bc2c66cbf57c8cbb2ff9c32ac30c373b899d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-generator/src/main/java/org/opendaylight/mdsal/binding/generator/impl/BindingRuntimeTypesFactory.java
binding/mdsal-binding-generator/src/main/java/org/opendaylight/mdsal/binding/generator/impl/DefaultBindingRuntimeTypes.java [new file with mode: 0644]
binding/mdsal-binding-runtime-api/src/main/java/org/opendaylight/mdsal/binding/runtime/api/BindingRuntimeTypes.java