Hi Mike,
This is something pectin doesn't have at this point and that would
likely need something like Guice's TypeLiteral.
However, in the specific case you mentioned could you use a ListModel
instead?
i.e. listOfType(String.class).boundTo(myBeanProvider,
"propertyThatsAList");
You can still bind this to a HasValue<Collection<String>>.
Cheers