```root: serverTypeOne: username: "root" ...
# announcements
a
Copy code
root:
  serverTypeOne:
    username: "root"
    ssh-key: "path"
  serverTypeTwo:
    username: "root"
    ssh-key: "path"
Can I map something like this from application.yaml to a, for example,
Hashmap<Enum<ServerTypes>, ConnectionDetails>
? I have Spring underneath.