[YANGTOOLS-1273] Move data.impl.schema.builder.api to yang-data-api Created: 19/Apr/21 Updated: 19/Apr/21 Resolved: 19/Apr/21 |
|
| Status: | Resolved |
| Project: | yangtools |
| Component/s: | data-api, data-impl |
| Affects Version/s: | None |
| Fix Version/s: | 7.0.0 |
| Type: | Task | Priority: | Medium |
| Reporter: | Robert Varga | Assignee: | Robert Varga |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Epic Link: | Redesign NormalizedNode |
| Description |
|
Builders exposed from yang-data-impl conform to a well-defined API. Quite a few components depend on this API to feed information into the specific builder implementation. Factor this API surface into yang-data-api, so it can be implementated without having ties to yang-data-impl itself. |