Interface YangModelBindingProvider


  • @NonNullByDefault
    public interface YangModelBindingProvider
    Provider of YangModuleInfo for specified package / model. Implementations of this interface should be discoverable via ServiceLoader.
    • Method Detail

      • getModuleInfo

        YangModuleInfo getModuleInfo()
        Returns YangModuleInfo associated with a package.
        Returns:
        YangModuleInfo associated with a package.