All Classes and Interfaces

Class
Description
Stores data about an annotation.
Generates the code to instantiate a class.
Creates a record representing a Data Type Object (DTO) for an annotated class/record.
Indicates that the annotated field must be excluded from the generated DTO.
Indicates that the annotated field must be mapped to the DTO as an ID.
Processes DTOGen annotations to dynamically generate DTO records.
Interface to be implemented by DTO records.
Utility methods to get information about a field.
An utility class to read Java source files.
Enables the creation of a Java file from a given String containing the Java code to be written.
Generates the code to instantiate an object, whose type is a class or record, using the values from a model class/record object.
Generates a Record java file from a given model class.
Generates the code to instantiate a record.
Utility methods to get information about types such as a class/record/interface.