Uses of Class
io.pebbletemplates.pebble.parser.ParserOptions
Packages that use ParserOptions
-
Uses of ParserOptions in io.pebbletemplates.pebble.parser
Methods 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