aboutsummaryrefslogtreecommitdiffstats
path: root/config-lib/src/test/resources/configdefinitions/foo.maptypes.def
blob: 4149317c70ccf79b38a74f4f50b553e4447650b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Config containing only structs in various forms
namespace=foo

boolmap{} bool
intmap{} int
longmap{} long
doublemap{} double
stringmap{} string
filemap{} file

innermap{}.foo int
nestedmap{}.inner{} int