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

Method main

sax/src/test/java/feign/sax/examples/IAMExample.java:28–34  ·  view source on GitHub ↗
(String... args)

Source from the content-addressed store, hash-verified

26public class IAMExample {
27
28 public static void main(String... args) {
29 IAM iam =
30 Feign.builder() //
31 .decoder(SAXDecoder.builder().registerContentHandler(UserIdHandler.class).build()) //
32 .target(new IAMTarget(args[0], args[1]));
33 IO.println(iam.userId());
34 }
35
36 interface IAM {
37

Callers

nothing calls this directly

Calls 7

builderMethod · 0.95
builderMethod · 0.95
userIdMethod · 0.95
decoderMethod · 0.65
targetMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected