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. bySignatureMethods in com.google.inject.spi with parameters of type InjectionPoint.InjectableMethod Modifier and Type Method Description (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(java.lang.reflect.Method method, boolean alwaysRemove, InjectionPoint.InjectableMethod injectableMethod)Removes a method overridden by the given method, if present.
-