Uses of Class
com.google.inject.spi.InjectionPoint.InjectableMethod
-
Packages that use InjectionPoint.InjectableMethod Package Description com.google.inject.spi Guice service provider interface -
-
Uses of InjectionPoint.InjectableMethod in com.google.inject.spi
Fields in com.google.inject.spi with type parameters of type InjectionPoint.InjectableMethod Modifier and Type Field Description (package private) java.util.Map<InjectionPoint.Signature,java.util.List<InjectionPoint.InjectableMethod>>
InjectionPoint.OverrideIndex. bySignature
Methods in com.google.inject.spi with parameters of type InjectionPoint.InjectableMethod Modifier and Type Method Description (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(java.lang.reflect.Method method, boolean alwaysRemove, InjectionPoint.InjectableMethod injectableMethod)
Removes a method overridden by the given method, if present.
-