• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# TestBean1
2byteClass: 1
3bytePrimitive: -3
4shortClass: +0
5shortPrimitive: -015 # octal
6integer: 5
7intPrimitive: 17
8text: the text
9id: 13
10longClass: 11111111111
11longPrimitive: 9999999999
12booleanClass: True
13booleanPrimitive: on
14charClass: 2
15charPrimitive: '#'
16bigInteger: 1234567890123456789012345678901234567890
17floatClass: 2
18floatPrimitive: 3.1416
19doubleClass: 4.0
20doublePrimitive: +1.12e4
21date: 2008-01-09
22publicField: public
23
24