All Known Implementing Classes:
Context.MapContext

public interface Context
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Context
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    get(String name, Class<T> clazz)
     
  • Field Details

    • EMPTY

      static final Context EMPTY
  • Method Details

    • get

      @Nullable <T> T get(String name, Class<T> clazz)