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

Method equals

core/src/main/java/feign/Target.java:181–188  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

179 }
180
181 @Override
182 public boolean equals(Object obj) {
183 if (obj instanceof EmptyTarget) {
184 EmptyTarget<?> other = (EmptyTarget) obj;
185 return type.equals(other.type) && name.equals(other.name);
186 }
187 return false;
188 }
189
190 @Override
191 public int hashCode() {

Callers 15

getRootTypeMethod · 0.45
findGraphqlInputTypeMethod · 0.45
getSimpleTypeNameMethod · 0.45
unwrapListTypeMirrorMethod · 0.45
resolveMethodConfigMethod · 0.45
generateResultTypeMethod · 0.45
isDeprecatedMethod · 0.45
fqnIfNeededMethod · 0.45
findFieldDefinitionMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by 15

basicDefaultMethodMethod · 0.36
decodeMethod · 0.36
interceptMethod · 0.36
decodeMethod · 0.36
encodesByteArrayMethod · 0.36
outTypeMethod · 0.36
formMethod · 0.36
jsonMethod · 0.36
wildCardMapMethod · 0.36