public class MacroParserOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MacroParserOptions.Builder
Builds macro parser options.
|
Modifier and Type | Field and Description |
---|---|
static MacroParserOptions |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static MacroParserOptions.Builder |
builder() |
Set<String> |
getFunctionWhitelist() |
int |
getMaxRecurseDepth() |
boolean |
isEscapingEnabled() |
boolean |
shouldEvaluateFunctions() |
boolean |
shouldEvaluateLookups() |
boolean |
shouldSkipInvalid() |
public static final MacroParserOptions DEFAULT
public boolean shouldEvaluateLookups()
public boolean shouldEvaluateFunctions()
public boolean shouldSkipInvalid()
public boolean isEscapingEnabled()
public int getMaxRecurseDepth()
public static MacroParserOptions.Builder builder()
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.