Interface DataSchemaContext

All Known Subinterfaces:
DataSchemaContext.Composite, DataSchemaContext.PathMixin, DataSchemaContext.SimpleValue
All Known Implementing Classes:
AbstractCompositeContext, AbstractContext, AbstractPathMixinContext, AbstractValueContext, ContainerContext, LeafContext, LeafListItemContext

public sealed interface DataSchemaContext permits AbstractContext, DataSchemaContext.Composite, DataSchemaContext.SimpleValue
Schema derived data providing necessary information for mapping between NormalizedNode and serialization format defined in RFC6020, since the mapping is not one-to-one.