public static class Expressions.PathStyleExpression extends Object implements Param.Expander
Constructor and Description |
---|
PathStyleExpression(String name,
String pattern) |
Modifier and Type | Method and Description |
---|---|
protected String |
encode(Object value) |
String |
expand(Object value)
Expands the value into a string.
|
protected String |
expand(Object variable,
boolean encode) |
protected String |
expandIterable(Iterable<?> values) |
protected String |
expandMap(Map<String,?> values) |
String |
getName() |
String |
getValue() |
protected static boolean |
isSimpleExpression(String expressionCandidate) |
String |
toString() |
protected String separator
public String expand(Object value)
Param.Expander
expand
in interface Param.Expander
public String getValue()
getValue
in interface TemplateChunk
protected static boolean isSimpleExpression(String expressionCandidate)
public String getName()
Copyright © 2012–2022 OpenFeign. All rights reserved.