Interface DynamicContext.DelegatedContext

Enclosing interface:
DynamicContext

public static interface DynamicContext.DelegatedContext
Restricted version of StepContext used only for delegation in DynamicContext.get(Class, DelegatedContext).
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    get(Class<T> key)
    Look for objects of the same or another type defined in this context.