Template.EncodingOptions, Template.ExpansionOptions
Modifier and Type | Method and Description |
---|---|
static BodyTemplate |
create(String template)
Create a new Body Template.
|
String |
expand(Map<String,?> variables)
Expand the template.
|
encode, getCharset, getLiterals, getVariables, isLiteral, toString
public static BodyTemplate create(String template)
template
- to parse.Copyright © 2012–2019 OpenFeign. All rights reserved.