Uses of Class
io.pebbletemplates.pebble.parser.ParserOptions
-
Packages that use ParserOptions Package Description io.pebbletemplates.pebble io.pebbletemplates.pebble.parser -
-
Uses of ParserOptions in io.pebbletemplates.pebble
Fields in io.pebbletemplates.pebble declared as ParserOptions Modifier and Type Field Description private ParserOptions
PebbleEngine. parserOptions
Constructors in io.pebbletemplates.pebble with parameters of type ParserOptions Constructor Description PebbleEngine(Loader<?> loader, Syntax syntax, boolean strictVariables, java.util.Locale defaultLocale, int maxRenderedSize, PebbleCache<CacheKey,java.lang.Object> tagCache, PebbleCache<java.lang.Object,PebbleTemplate> templateCache, java.util.concurrent.ExecutorService executorService, ExtensionRegistry extensionRegistry, ParserOptions parserOptions, EvaluationOptions evaluationOptions)
Constructor for the Pebble Engine given an instantiated Loader. -
Uses of ParserOptions in io.pebbletemplates.pebble.parser
Fields in io.pebbletemplates.pebble.parser declared as ParserOptions Modifier and Type Field Description private ParserOptions
ExpressionParser. parserOptions
private ParserOptions
ParserImpl. parserOptions
parser optionsMethods in io.pebbletemplates.pebble.parser that return ParserOptions Modifier and Type Method Description ParserOptions
ParserOptions. setLiteralDecimalTreatedAsInteger(boolean literalDecimalTreatedAsInteger)
ParserOptions
ParserOptions. setLiteralNumbersAsBigDecimals(boolean literalNumbersAsBigDecimals)
Constructors in io.pebbletemplates.pebble.parser with parameters of type ParserOptions Constructor Description ExpressionParser(Parser parser, java.util.Map<java.lang.String,BinaryOperator> binaryOperators, java.util.Map<java.lang.String,UnaryOperator> unaryOperators, ParserOptions parserOptions)
ConstructorParserImpl(java.util.Map<java.lang.String,UnaryOperator> unaryOperators, java.util.Map<java.lang.String,BinaryOperator> binaryOperators, java.util.Map<java.lang.String,TokenParser> tokenParsers, ParserOptions parserOptions)
Constructor
-