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

Method newInstance

core/src/main/java/feign/Feign.java:95–95  ·  view source on GitHub ↗

Returns a new instance of an HTTP API, defined by annotations in the Feign Contract, for the specified target. You should cache this result.

(Target<T> target)

Source from the content-addressed store, hash-verified

93 * for the specified {@code target}. You should cache this result.
94 */
95 public abstract <T> T newInstance(Target<T> target);
96
97 public static class Builder extends BaseBuilder<Builder, Feign> {
98

Callers 15

modifySOAPMessageMethod · 0.45
decodeMethod · 0.45
encodeMethod · 0.45
decodeMethod · 0.45
createMethod · 0.45
androidLookupMethod · 0.45
targetMethod · 0.45
removeValuesMethod · 0.45
toArrayMethod · 0.45
getRawTypeMethod · 0.45

Calls

no outgoing calls

Tested by 8

modifySOAPMessageMethod · 0.36
getMockIntObjSchemaMethod · 0.36
modifySOAPMessageMethod · 0.36
getMockIntObjSchemaMethod · 0.36