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

Method build

jaxb/src/main/java/feign/jaxb/JAXBDecoder.java:119–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 public JAXBDecoder build() {
120 if (jaxbContextFactory == null) {
121 throw new IllegalStateException("JAXBContextFactory must be non-null");
122 }
123 return new JAXBDecoder(this);
124 }
125 }
126}

Callers 15

decodeTestMethod · 0.45
executeMethod · 0.45
decodesMethod · 0.45
customDecoderMethod · 0.45
decoderCharsetMethod · 0.45
decodesToMapMethod · 0.45

Calls

no outgoing calls

Tested by 15

decodeTestMethod · 0.36
decodesMethod · 0.36
customDecoderMethod · 0.36
decoderCharsetMethod · 0.36
decodesToMapMethod · 0.36
decodesMethod · 0.36