MCPcopy Index your code
hub / github.com/OpenFeign/feign / options

Method options

core/src/main/java/feign/Feign.java:158–161  ·  view source on GitHub ↗
(Options options)

Source from the content-addressed store, hash-verified

156 }
157
158 @Override
159 public Builder options(Options options) {
160 return super.options(options);
161 }
162
163 @Override
164 public Builder requestInterceptor(RequestInterceptor requestInterceptor) {

Callers 15

reactorTargetFullMethod · 0.45
internalBuildMethod · 0.45
mainMethod · 0.45
noFollowRedirectMethod · 0.45
socketTimeoutTestMethod · 0.45
normalResponseTestMethod · 0.45
noFollowRedirectMethod · 0.45
followRedirectMethod · 0.45

Calls

no outgoing calls

Tested by 13

reactorTargetFullMethod · 0.36
noFollowRedirectMethod · 0.36
socketTimeoutTestMethod · 0.36
normalResponseTestMethod · 0.36
noFollowRedirectMethod · 0.36
followRedirectMethod · 0.36
timeoutTestMethod · 0.36