T
- the type of the instances returned by this resolverpublic interface CurrentInstanceFallbackResolver<T> extends Serializable
This interface is used internally by the framework and it's not meant for public usage.
CurrentInstance.get(Class)
,
CurrentInstance.defineFallbackResolver(Class,
CurrentInstanceFallbackResolver)
Modifier and Type | Method and Description |
---|---|
T |
resolve()
Resolves a current instance for the type
T . |
T resolve()
T
.null
if none can be foundCopyright © 2019 Vaadin Ltd. All rights reserved.