[beanutils] ArrayConverter question

2003-09-28 Thread Henri Yandell
Looking at the converters, there is a batch of XxxArrayConverters. These extend AbstractArrayConverter which has the code necessary to parse a comma delimited array. My question being, why does CharacterArrayConverter et al even exist? It seems that there could easily be an ArrayConverter which

Re: [beanutils] ArrayConverter question

2003-09-28 Thread Henri Yandell
I grokk why now. Xxx is primitives, so an utter pain to deal with generically. My 'easily' below is a massive over-statement :) Still would be nice if when I change the LongConverter in a system, the default is that the LongArrayConverter also changes its atomic behaviour. Hen On Mon, 29 Sep