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

Method parseTemplate

core/src/main/java/feign/template/Template.java:203–207  ·  view source on GitHub ↗

Parse the template into TemplateChunks.

()

Source from the content-addressed store, hash-verified

201
202 /** Parse the template into {@link TemplateChunk}s. */
203 private void parseTemplate() {
204
205 /* parse the entire template */
206 this.parseFragment(this.template);
207 }
208
209 /**
210 * Parse a template fragment.

Callers 1

TemplateMethod · 0.95

Calls 1

parseFragmentMethod · 0.95

Tested by

no test coverage detected