That might already be supported for comma-separated lists. IIRC, it should have conversions for Collection and array types.
On Tue, 13 Nov 2018 at 10:44, Gary Gregory <[email protected]> wrote: > Thank you Matt for the quick reply. > > Ah, I do want a null if there is nothing in the config for an Integer, so > it is perfect! > > What if I want a Collection<String> or something I can convert to that? How > do I do that? > > Gary > > On Tue, Nov 13, 2018 at 9:36 AM Matt Sicker <[email protected]> wrote: > > > Yeah, it should work fine for those, too. If you don't specify a default > > field value, though, the default will be null instead of false/0 as you > > might expect with boxed types. > > > > On Tue, 13 Nov 2018 at 10:28, Gary Gregory <[email protected]> > wrote: > > > > > Hi All: > > > > > > Will @PluginBuilderAttribute work OK for Boolean and Integers? > > > > > > Thank you, > > > Gary > > > > > > > > > -- > > Matt Sicker <[email protected]> > > > -- Matt Sicker <[email protected]>
