Interface ContextProvider

    • Method Detail

      • getContextValue

        <T> T getContextValue​(Class<T> clazz,
                              String propertyName)
      • getContextValue

        <T> T getContextValue​(Class<T> clazz,
                              Type t,
                              String propertyName)
      • getContextKeys

        Set<String> getContextKeys​(boolean excludeSystem)