public class Template extends Object
`https://{Region}.{partition#dnsSuffix}` -------- ------------ | | Dynamic getAttr short form
Modifier and Type | Class and Description |
---|---|
static class |
Template.Dynamic |
static class |
Template.Literal |
static class |
Template.Part |
Modifier and Type | Method and Description |
---|---|
<T> Stream<T> |
accept(TemplateVisitor<T> visitor) |
boolean |
equals(Object o) |
Value |
eval(Scope<Value> scope) |
String |
expectLiteral() |
static Template |
fromString(String s) |
List<Template.Part> |
getParts() |
int |
hashCode() |
boolean |
isStatic() |
String |
toString() |
public <T> Stream<T> accept(TemplateVisitor<T> visitor)
public List<Template.Part> getParts()
public boolean isStatic()
public String expectLiteral()
Copyright © 2023. All rights reserved.