rewrite icon indicating copy to clipboard operation
rewrite copied to clipboard

Support Complex Types for Recipe Configuration

Open tkvangorder opened this issue 3 years ago • 0 comments

Up to this point, recipe configuration has been restricted to primitive types, Strings, and Lists/Arrays. Rewrite's Environment is responsible for instantiating the recipes and marshaling configuration (defined in YAML) into those recipes.

If a configuration option's type is a complex object and that object is serializable, the framework should allow the use of Complex types.

tkvangorder avatar Jul 02 '22 00:07 tkvangorder