It would help me if you could give examples of what you want the yaml to look like and why it requires ParameterizedClass. I try to avoid that class as much as possible when doing configs and newer configs are finding different ways to solve the same problems...
> On Oct 3, 2023, at 12:10 AM, Claude Warren, Jr via dev > <dev@cassandra.apache.org> wrote: > > I have a case where I would like to be able to specify a collection of > ParameterizedClass objects in the configuration file. Is there a standard > way to do this? If not, does anyone have a suggestion for a clean way to > implement it? > > Claude