Class WriterRegistry
java.lang.Object
nl.datasteel.crudcraft.codegen.writer.WriterRegistry
Central registry for writer components. Discovers
Generator
implementations via ServiceLoader
to allow external modules to plug
in additional generators without modifying CrudCraft itself.-
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeAll
(ModelDescriptor modelDescriptor, WriteContext ctx) Dispatches generation for the given model descriptor.
-
Method Details
-
writeAll
Dispatches generation for the given model descriptor.
-