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