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 ParserOptionsPebbleEngine. parserOptionsConstructors 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 ParserOptionsExpressionParser. parserOptionsprivate ParserOptionsParserImpl. parserOptionsparser optionsMethods in io.pebbletemplates.pebble.parser that return ParserOptions Modifier and Type Method Description ParserOptionsParserOptions. setLiteralDecimalTreatedAsInteger(boolean literalDecimalTreatedAsInteger)ParserOptionsParserOptions. 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
-