Interface EffectiveModelContextProvider
-
- All Known Subinterfaces:
CursorAwareDataTreeModification
,CursorAwareDataTreeSnapshot
,DataTreeModification
,DataTreeSnapshot
,MetadataNormalizedAnydata
,MountPointContext
,NormalizedAnydata
- All Known Implementing Classes:
AbstractCodecFactory
,AbstractEffectiveModelContextProvider
,DataSchemaContextTree
,EmptyMountPointContext
,ImmutableMetadataNormalizedAnydata
,ImmutableNormalizedAnydata
,JSONCodecFactory
,LeafRefContext
,ModuleNameNamespaceContext
,ModuleStringIdentityrefCodec
,SchemaInferenceStack
,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.
-
-