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

Method builder

sax/src/main/java/feign/sax/SAXDecoder.java:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 public static Builder builder() {
65 return new Builder();
66 }
67
68 @Override
69 public Object decode(Response response, Type type) throws IOException, DecodeException {

Callers 2

SAXDecoderTestClass · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by 1

mainMethod · 0.76