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
,SynchronizedDataTreeModification
,XmlCodecFactory
@Beta public interface EffectiveModelContextProvider
A static provider of anEffectiveModelContext
.- Author:
- Robert Varga
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull EffectiveModelContext
getEffectiveModelContext()
Return theEffectiveModelContext
attached to this object.
-
-
-
Method Detail
-
getEffectiveModelContext
@NonNull EffectiveModelContext getEffectiveModelContext()
Return theEffectiveModelContext
attached to this object.- Returns:
- An EffectiveModelContext instance.
- Throws:
IllegalStateException
- if the context is not available.
-
-