Uses of Class
org.jvnet.hk2.internal.NarrowResults
Packages that use NarrowResults
-
Uses of NarrowResults in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as NarrowResultsModifier and TypeFieldDescription(package private) final NarrowResults
ServiceLocatorImpl.IgdValue.results
private final NarrowResults
ImmediateResults.timelessResults
Methods in org.jvnet.hk2.internal that return NarrowResultsModifier and TypeMethodDescription(package private) NarrowResults
ImmediateResults.getTimelessResults()
Methods in org.jvnet.hk2.internal with parameters of type NarrowResultsModifier and TypeMethodDescriptionstatic void
Utilities.handleErrors
(NarrowResults results, LinkedList<ErrorService> callThese) Calls the list of error services for the list of errorsprivate ImmediateResults
ServiceLocatorImpl.narrow
(ServiceLocator locator, List<SystemDescriptor<?>> candidates, Type requiredType, String name, Injectee injectee, boolean onlyOne, boolean doValidation, NarrowResults cachedResults, Filter filter, Annotation... qualifiers) Constructors in org.jvnet.hk2.internal with parameters of type NarrowResultsModifierConstructorDescriptionIgdValue
(NarrowResults results, ImmediateResults immediate) (package private)
ImmediateResults
(NarrowResults cachedResults)