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 TypeClassDescriptionclassGenerates REST controllers directly from templates without relying on an abstract base class.classGenerates a MapStruct mapper interface for the given model descriptor, inclusief automatisch invullen van 'uses = { ...Mapper.class }' voor alle @ManyToOne, @OneToMany, @ManyToMany, etc. relaties.classGenerates a Spring Data JPA repository interface for the given model.classGenerates a service stub for the given model descriptor, with hooks to fix and clear bidirectional links.