MCPcopy Create free account
hub / github.com/google/guice / getMember

Method getMember

core/src/com/google/inject/spi/InjectionPoint.java:169–172  ·  view source on GitHub ↗

Returns the injected constructor, field, or method.

()

Source from the content-addressed store, hash-verified

167
168 /** Returns the injected constructor, field, or method. */
169 public Member getMember() {
170 // TODO: Don't expose the original member (which probably has setAccessible(true)).
171 return member;
172 }
173
174 /**
175 * Returns the dependencies for this injection point. If the injection point is for a method or

Callers 15

visitMethod · 0.95
testForConstructorMethod · 0.95
getMethod · 0.95
newInstanceNodeMethod · 0.95
newDependencyEdgeMethod · 0.95
FactoryProvider2Method · 0.95
validateDependenciesMethod · 0.80
configureMethod · 0.80
assertPointsMethod · 0.80

Calls

no outgoing calls

Tested by 11

visitMethod · 0.76
testForConstructorMethod · 0.76
validateDependenciesMethod · 0.64
configureMethod · 0.64
assertPointsMethod · 0.64
prepareMethodMethod · 0.64
prepareMethodMethod · 0.64
visitMethod · 0.64