org.thymeleaf.standard.expression
Class NumberLiteralExpression
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.SimpleExpression
org.thymeleaf.standard.expression.NumberLiteralExpression
- All Implemented Interfaces:
- Serializable
public final class NumberLiteralExpression
- extends SimpleExpression
- Since:
- 1.1
- Author:
- Daniel Fernández
- See Also:
- Serialized Form
NumberLiteralExpression
public NumberLiteralExpression(String value)
getValue
public BigDecimal getValue()
getStringRepresentation
public String getStringRepresentation()
- Specified by:
getStringRepresentation
in class Expression
Copyright © 2014 The THYMELEAF team. All Rights Reserved.