Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
decodeTest
Method · 0.45
notFoundDecodesToEmpty
Method · 0.45
execute
Method · 0.45
decodes
Method · 0.45
nullBodyDecodesToEmpty
Method · 0.45
emptyBodyDecodesToEmpty
Method · 0.45
customDecoder
Method · 0.45
customDecoderExpressedAsMapper
Method · 0.45
decoderCharset
Method · 0.45
decodesToMap
Method · 0.45
notFoundDecodesToEmpty
Method · 0.45
decodeGenericsArguments
Method · 0.45
Calls
no outgoing calls
Tested by
15
decodeTest
Method · 0.36
notFoundDecodesToEmpty
Method · 0.36
decodes
Method · 0.36
nullBodyDecodesToEmpty
Method · 0.36
emptyBodyDecodesToEmpty
Method · 0.36
customDecoder
Method · 0.36
customDecoderExpressedAsMapper
Method · 0.36
decoderCharset
Method · 0.36
decodesToMap
Method · 0.36
notFoundDecodesToEmpty
Method · 0.36
decodeGenericsArguments
Method · 0.36
decodes
Method · 0.36