Interface RowAttributeContext

All Superinterfaces:
AttributeContext, AttributeLoaderContext
All Known Subinterfaces:
AggregateAttributeContext, PropagateAttributeContext, ScanningAttributeContext, SingleRowAttributeContext

@PublicApi public interface RowAttributeContext extends AttributeLoaderContext

The base context interface for all row-based attribute loaders.

See Also:
  • Method Details

    • getRow

      @NotNull StructureRow getRow()
      Returns the row currently being loaded.
      Returns:
      the loaded row