Package nl.datasteel.crudcraft.codegen.writer
package nl.datasteel.crudcraft.codegen.writer
-
ClassDescriptionGenerates Request, Response and Ref DTOs honoring @Dto, @Request, @EnumString, @AuditTrail, embedded classes and JPA-relaties.Configuration for the different DTO flavours.Base contract for all writer components that turn a
ModelDescriptor
into one or moreJavaFile
s.Generates a compile-time "RelationshipMeta" class with static fix(entity) and clear(entity) methods that re-establish or clear bidirectional links in memory via cached java.lang.reflect.Field references.Generates a SearchRequest DTO and Specification implementation for each CrudCraft entity that has @Searchable fields.Utility helpers for common annotation templates used by writers.Shared context for writer components.Central registry for writer components.