public class Literal extends Object implements TemplateChunk
| Modifier and Type | Method and Description |
|---|---|
static Literal |
create(String value)
Create a new Literal.
|
String |
getValue() |
public static Literal create(String value)
value - of the literal.public String getValue()
getValue in interface TemplateChunkCopyright © 2012–2025 OpenFeign. All rights reserved.