public class MustacheResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
MUSTACHE_PATTERN |
| Constructor and Description |
|---|
MustacheResolver() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getMustacheKeys(String template)
Scans given template for mustache keys (syntax {{value}}).
|
static List<String> |
getMustacheKeysForTreeNode(String template) |
public static final Pattern MUSTACHE_PATTERN
Copyright © 2019. All rights reserved.