Uses of Interface
nl.datasteel.crudcraft.codegen.writer.stubs.StubGenerator
Packages that use StubGenerator
-
Uses of StubGenerator in nl.datasteel.crudcraft.codegen.writer.stubs
Classes in nl.datasteel.crudcraft.codegen.writer.stubs that implement StubGeneratorModifier and TypeClassDescriptionclass
Generates REST controllers directly from templates without relying on an abstract base class.class
Generates a MapStruct mapper interface for the given model descriptor, inclusief automatisch invullen van 'uses = { ...Mapper.class }' voor alle @ManyToOne, @OneToMany, @ManyToMany, etc. relaties.class
Generates a Spring Data JPA repository interface for the given model.class
Generates a service stub for the given model descriptor, with hooks to fix and clear bidirectional links.