All Classes and Interfaces

Class
Description
The abstract element builder.
The annotation definition.
The annotation definition builder.
A generated annotation on a declaration.
 
 
 
 
 
The builder annotation on a bean should create a builder.
The visitor that is generation a builder.
The class definition.
The class definition builder.
A fully-qualified class name for top-level and member classes.
The class type definition.
The class def element type.
The class element type.
The class name type.
The class type.
The parameterized type definition.
A fragment of a .java file, potentially containing declarations, statements, and documentation.
 
The enum definition.
The enum definition builder.
The expression definition.
The call an instance method expression.
The call a static method expression.
The condition operator.
The constant expression.
The convert variable expression.
The if-else expression.
The new array expression.
The new array expression.
The new instance expression.
The switch expression.
The switch yield case expression.
The field definition.
The field builder definition.
A generated field declaration.
 
Reuse the Java source generator for Groovy.
The interface definition.
The interface definition builder.
A Java file containing a single top level class.
 
The Java source generator.
The method definition.
The method builder definition.
A generated constructor or method declaration.
 
Assigns Java identifier names to avoid collisions, keywords, and invalid characters.
The interface defining the object type.
The parameter definition.
The parameter definition builder.
 
A generated parameter declaration.
 
The property definition.
The property builder definition.
The class definition.
The record definition builder.
The annotation to be used with Builder or SuperBuilder on a property to create a single element method for filling a collection.
Source code generator.
The source generators.
The statement definition.
The assign statement.
The local variable definition and assigment statement.
The if statement.
The if-else statement.
The multi statement.
The return statement.
The switch statement.
The throw statement.
The while statement.
The builder annotation on a bean should create a builder with a support of inheritance.
The visitor that is generation a builder.
The type definition.
The type for representing an array.
The primitive type name.
The type variable ref.
The wildcard type definition.
Any type in Java's type system, plus void.
A generated class, interface, or enum declaration.
 
 
 
Like Guava, but worse and standalone.
The variable definition.
The variable of a field.
The local variable.
The variable of a method parameter.
The variable of a static field.
The variable of `this`.
 
The annotation to generate an interface implementing `with` copy method for records - `MyRecord withMyProperty(MyProperty)`.
The visitor that is generation a builder.