Interface BindingRuntimeGenerator
@Beta
@NonNullByDefault
public interface BindingRuntimeGenerator
Runtime binding type generator. Generated types contain metadata required for integrating compile-time generated
code with YANG-modeled schema.
-
Method Summary
Modifier and TypeMethodDescriptiongenerateTypeMapping(EffectiveModelContext modelContext) Generate Type mapping from specifiedEffectiveModelContextfor the specified subset of modules.
-
Method Details
-
generateTypeMapping
Generate Type mapping from specifiedEffectiveModelContextfor the specified subset of modules. The EffectiveModelContext MUST contain all of the sub modules otherwise the there is no guarantee that result List of Generated Types will contain correct Generated Types.- Parameters:
modelContext- effective model context- Returns:
- Generated type mapping.
-