Interface EffectiveModelContextProvider
- All Known Subinterfaces:
CursorAwareDataTreeModification
,CursorAwareDataTreeSnapshot
,DataTreeModification
,DataTreeSnapshot
,EffectiveStatementInference
,MountPointContext
,SchemaTreeInference
- All Known Implementing Classes:
AbstractCodecFactory
,AbstractEffectiveModelContextProvider
,AbstractEffectiveStatementInference
,AbstractEffectiveStatementInference.WithPath
,DataSchemaContextTree
,DefaultSchemaTreeInference
,EmptyMountPointContext
,JSONCodecFactory
,LeafRefContext
,ModuleNameNamespaceContext
,ModuleStringIdentityrefCodec
,SchemaInferenceStack
,SchemaInferenceStack.Inference
,XmlCodecFactory
A static provider of an
EffectiveModelContext
.- Author:
- Robert Varga
-
Method Summary
Modifier and TypeMethodDescription@NonNull EffectiveModelContext
Return theEffectiveModelContext
attached to this object.
-
Method Details
-
getEffectiveModelContext
@NonNull EffectiveModelContext getEffectiveModelContext()Return theEffectiveModelContext
attached to this object.- Returns:
- An EffectiveModelContext instance.
- Throws:
IllegalStateException
- if the context is not available.
-