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

Method create

core/src/main/java/feign/template/BodyTemplate.java:40–42  ·  view source on GitHub ↗

Create a new Body Template. @param template to parse. @return a Body Template instance.

(String template)

Source from the content-addressed store, hash-verified

38 * @return a Body Template instance.
39 */
40 public static BodyTemplate create(String template) {
41 return new BodyTemplate(template, Util.UTF_8);
42 }
43
44 /**
45 * Create a new Body Template.

Callers 3

malformedBodyTemplateMethod · 0.95
bodyTemplateMethod · 0.95

Calls

no outgoing calls