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

Method encode

core/src/main/java/feign/template/UriUtils.java:53–55  ·  view source on GitHub ↗

Uri Encode the value, using the default Charset. Already encoded values are skipped. @param value to encode. @return the encoded value.

(String value)

Source from the content-addressed store, hash-verified

51 * @return the encoded value.
52 */
53 public static String encode(String value) {
54 return encodeChunk(value, Util.UTF_8, false);
55 }
56
57 /**
58 * Uri Encode the value. Already encoded values are skipped.

Callers 9

expandUrlEncodedMethod · 0.95
pctEncodeMethod · 0.95
joinMethod · 0.95
encodeMethod · 0.95
encodeLiteralMethod · 0.95

Calls 2

encodeChunkMethod · 0.95
encodeInternalMethod · 0.95

Tested by 5

expandUrlEncodedMethod · 0.76
pctEncodeMethod · 0.76