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) NarrowResultsServiceLocatorImpl.IgdValue. resultsprivate NarrowResultsImmediateResults. timelessResultsMethods in org.jvnet.hk2.internal that return NarrowResults Modifier and Type Method Description (package private) NarrowResultsImmediateResults. getTimelessResults()Methods in org.jvnet.hk2.internal with parameters of type NarrowResults Modifier and Type Method Description static voidUtilities. handleErrors(NarrowResults results, java.util.LinkedList<ErrorService> callThese)Calls the list of error services for the list of errorsprivate ImmediateResultsServiceLocatorImpl. 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)
-