Yangkit-model-impl provide implementations to access YANG model, it can be used to get/edit/validate YANG statements.
- provide implementations for Yang statements.
- provide implementations for Yang restrictions(such as int8/string/leafref, etc.).
- provide implementations for YANG schema(e.g. schema context).
- provide codec implementations for yang data value, it can be used to encode or decode the yang data value.
add the maven dependency to your pom.xml
<dependency>
<groupId>io.github.yang-central.yangkit</groupId>
<artifactId>yangkit-model-impl</artifactId>
<version>1.0.0</version>
</dependency>