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.bySignature
Methods in com.google.inject.spi with parameters of type InjectionPoint.InjectableMethodModifier and TypeMethodDescription(package private) void
InjectionPoint.OverrideIndex.add
(InjectionPoint.InjectableMethod injectableMethod) Adds the given method to the list of injection points.private static boolean
InjectionPoint.isValidMethod
(InjectionPoint.InjectableMethod injectableMethod, Errors errors) (package private) boolean
InjectionPoint.OverrideIndex.removeIfOverriddenBy
(Method method, boolean alwaysRemove, InjectionPoint.InjectableMethod injectableMethod) Removes a method overridden by the given method, if present.