Uses of Class
io.pebbletemplates.pebble.parser.ParserOptions
Packages that use ParserOptions
-
Uses of ParserOptions in io.pebbletemplates.pebble
Fields in io.pebbletemplates.pebble declared as ParserOptionsConstructors in io.pebbletemplates.pebble with parameters of type ParserOptionsModifierConstructorDescriptionprivate
PebbleEngine
(Loader<?> loader, Syntax syntax, boolean strictVariables, Locale defaultLocale, int maxRenderedSize, PebbleCache<CacheKey, Object> tagCache, PebbleCache<Object, PebbleTemplate> templateCache, 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 ParserOptionsModifier and TypeFieldDescriptionprivate ParserOptions
ExpressionParser.parserOptions
private ParserOptions
ParserImpl.parserOptions
parser optionsMethods in io.pebbletemplates.pebble.parser that return ParserOptionsModifier and TypeMethodDescriptionParserOptions.setLiteralDecimalTreatedAsInteger
(boolean literalDecimalTreatedAsInteger) ParserOptions.setLiteralNumbersAsBigDecimals
(boolean literalNumbersAsBigDecimals) Constructors in io.pebbletemplates.pebble.parser with parameters of type ParserOptionsModifierConstructorDescriptionExpressionParser
(Parser parser, Map<String, BinaryOperator> binaryOperators, Map<String, UnaryOperator> unaryOperators, ParserOptions parserOptions) ConstructorParserImpl
(Map<String, UnaryOperator> unaryOperators, Map<String, BinaryOperator> binaryOperators, Map<String, TokenParser> tokenParsers, ParserOptions parserOptions) Constructor