You're viewing an older version of Framework JavaDoc. Please see version 7.7.47 for the latest.
com.vaadin.util.

Interface CurrentInstanceFallbackResolver<T>

    • Method Summary

      All Methods
      Modifier and Type Method Description
      T resolve()

      Resolves a current instance for the type T.

    • Method Detail

      • resolve

        T resolve()

        Resolves a current instance for the type T.

        Returns:

        the current instance, or null if none can be found