Interface ContextAccessor<CTX>

Type Parameters:
CTX - The context's type to be accessed.
All Known Subinterfaces:
ContextAccessor.ContextProperty<CTX>

public interface ContextAccessor<CTX>
Provides an accessor for a context property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a mutator for a context property.
    static interface 
    Provides a context property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the context from the context property.
  • Method Details

    • getContext

      CTX getContext()
      Retrieves the context from the context property.
      Returns:
      The context stored by the context property.