Class KeyPathContextBase

java.lang.Object
io.deephaven.kv.KeyPathContextBase
All Implemented Interfaces:
Context, KeyPathContext
Direct Known Subclasses:
AtomicDirectoryContext, KeyPathSimpleValue, MetaInfoContext, SchemaNamespaceAttributesContext, SchemaNamespaceTablesContext, UpdateInfoContext

public abstract class KeyPathContextBase extends Object implements KeyPathContext
An abstract implementation of KeyPathContext. Prefer extending this class over implementing KeyPathContext, unless other extends preclude it.