>
> It would be good if I could go through all properties and see which
> keys are included.
>

If you just want a Properties object for a properties file, you can just
read that in and bind it normally.


> Now it would be good if I can access this via
> properties.get("model.person") and the result would be a Map with 2
> items in it.
>

You could write your own library that reads in properties files and breaks
them down like this. But properties files are flat, not hierarchical, in
nature and you'd really be better off using JSON or XML rather than
properties for what you're describing.

-- 
Colin

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en.

Reply via email to