Literal of the OGNL
Literal of the OGNL
Literal : Example
Char : 'a'
String : 'hello' or "hello"
Boolean : True , False
int : 178
double : 199.5
BigDecimal : 777b
BigInteger : 777h
Literal : Example
Char : 'a'
String : 'hello' or "hello"
Boolean : True , False
int : 178
double : 199.5
BigDecimal : 777b
BigInteger : 777h