Uses of Class
com.google.inject.spi.InjectionPoint.InjectableMethod
Packages that use InjectionPoint.InjectableMethod
-
Uses of InjectionPoint.InjectableMethod in com.google.inject.spi
Fields in com.google.inject.spi with type parameters of type InjectionPoint.InjectableMethodModifier and TypeFieldDescription(package private) Map<InjectionPoint.Signature,List<InjectionPoint.InjectableMethod>> InjectionPoint.OverrideIndex.bySignatureMethods in com.google.inject.spi with parameters of type InjectionPoint.InjectableMethodModifier and TypeMethodDescription(package private) voidInjectionPoint.OverrideIndex.add(InjectionPoint.InjectableMethod injectableMethod) Adds the given method to the list of injection points.private static booleanInjectionPoint.isValidMethod(InjectionPoint.InjectableMethod injectableMethod, Errors errors) (package private) booleanInjectionPoint.OverrideIndex.removeIfOverriddenBy(Method method, boolean alwaysRemove, InjectionPoint.InjectableMethod injectableMethod) Removes a method overridden by the given method, if present.