Package com.vaadin.flow.utils
Class LookupImpl
java.lang.Object
com.vaadin.flow.utils.LookupImpl
- All Implemented Interfaces:
com.vaadin.flow.di.Lookup
An implementation of Lookup, which could be used to find service(s) of a
given type.
-
Constructor Summary
ConstructorsConstructorDescriptionLookupImpl(com.vaadin.flow.server.frontend.scanner.ClassFinder classFinder) Creates an implementation of Lookup. -
Method Summary
-
Constructor Details
-
LookupImpl
public LookupImpl(com.vaadin.flow.server.frontend.scanner.ClassFinder classFinder) Creates an implementation of Lookup.- Parameters:
classFinder- for searching service implementations.
-
-
Method Details
-
lookup
- Specified by:
lookupin interfacecom.vaadin.flow.di.Lookup
-
lookupAll
- Specified by:
lookupAllin interfacecom.vaadin.flow.di.Lookup
-