All Classes
Class | Description |
---|---|
AnnotationsExample |
The annotated class for the example.
|
AnnotationsExampleGen |
The generated class for the example.
|
AnnotationsTemplate | |
AnnotationsTemplate_RuntimeMetadata |
The generated runtime metadata for AnnotationsTemplate.
|
AnnotationsTrigger |
The trigger annotation for the example.
|
ClassNameDefaultExample |
The annotated class for the example.
|
ClassNameDefaultExampleGen |
The generated class for the example.
|
ClassNameDefaultTemplate |
By default, "Gen" will be appended to the name of the annotated class to
create the name of the generated class.
|
ClassNameDefaultTemplate_RuntimeMetadata |
The generated runtime metadata for ClassNameDefaultTemplate.
|
ClassNameDefaultTrigger |
The trigger annotation for the example.
|
ClassNamePrefixTemplate |
In this example the custom prefix "Generated" is used for the name of the
generated class.
|
ClassNamePrefixTemplate_RuntimeMetadata |
The generated runtime metadata for ClassNamePrefixTemplate.
|
ClassNamePrefixTrigger |
The trigger annotation for the example.
|
ClassNameSuffixExampleImpl |
The generated class for the example.
|
ClassNameSuffixExampleModel |
The annotated class for the example.
|
ClassNameSuffixTemplate |
In this example the custom suffix "Impl" is used for the name of the
generated class.
|
ClassNameSuffixTemplate_RuntimeMetadata |
The generated runtime metadata for ClassNameSuffixTemplate.
|
ClassNameSuffixTrigger |
The trigger annotation for the example.
|
CommentExample |
The annotated class for the example.
|
CommentExampleGen |
The generated class for the example.
|
CommentTemplate |
Comments for members can be set by evaluating the commentExpr annotation
value or by evaluating the comment of the template.
|
CommentTemplate_RuntimeMetadata |
The generated runtime metadata for CommentTemplate.
|
CommentTrigger |
The trigger annotation for the example.
|
ConditionExampleFalse |
In this example, the members are generated, since the annotation value is set
to true.
|
ConditionExampleFalseGen |
The generated class for the example.
|
ConditionExampleTrue |
In this example, the members are generated, since the annotation value is set
to true.
|
ConditionExampleTrueGen |
The generated class for the example.
|
ConditionExampleTrueGen.SomeInnerClass |
This inner class is generated if the function someFunction evaluates to
true.
|
ConditionTemplate |
Class members can be generated conditionally by setting cond or condFun.
|
ConditionTemplate_RuntimeMetadata |
The generated runtime metadata for ConditionTemplate.
|
ConditionTemplate.SomeInnerClass |
This inner class is generated if the function someFunction evaluates to
true.
|
ConditionTrigger |
The trigger annotation for the example.
|
ConstructorExample |
The annotated class for the example.
|
ConstructorExampleGen |
The generated class for the example.
|
ConstructorTemplate |
This template shows how to generate constructors.
|
ConstructorTemplate_RuntimeMetadata |
The generated runtime metadata for ConstructorTemplate.
|
ConstructorTrigger |
The trigger annotation for the example.
|
FieldExample |
The annotated class for the example.
|
FieldExampleGen |
The generated class for the example.
|
FieldTemplate |
This template shows how to generate fields and optionally getters and setters
for them.
|
FieldTemplate_RuntimeMetadata |
The generated runtime metadata for FieldTemplate.
|
FieldTemplate.isList |
A function that returns true if the given element's type is List.
|
FieldTrigger |
The trigger annotation for the example.
|
GeneratedClassNamePrefixExample |
The generated class for the example.
|
IClassNamePrefixExample |
The annotated class for the example.
|
InnerClassExample |
The annotated class for the example.
|
InnerClassExampleGen |
The generated class for the example.
|
InnerClassTemplate | |
InnerClassTemplate_RuntimeMetadata |
The generated runtime metadata for InnerClassTemplate.
|
InnerClassTrigger |
The trigger annotation for the example.
|
MemberNameExample |
The annotated class for the example.
|
MemberNameExampleGen |
The generated class for the example.
|
MemberNameTemplate |
Member names can be copied from the template, set as annotation value (name)
or set by evaluating an expression (nameExpr or using $...
|
MemberNameTemplate_RuntimeMetadata |
The generated runtime metadata for MemberNameTemplate.
|
MemberNameTrigger |
The trigger annotation for the example.
|
MembersExample |
The annotated class for the example.
|
MembersExampleGen |
The generated class for the example.
|
MembersTemplate |
Within Templates annotated with
Clazz , InnerClass or
Template , fields, methods, constructors and inner classes can be
generated. |
MembersTemplate_RuntimeMetadata |
The generated runtime metadata for MembersTemplate.
|
MembersTrigger |
The trigger annotation for the example.
|
MethodExample |
The annotated class for the example.
|
MethodExampleGen |
The generated class for the example.
|
MethodTemplate |
This template shows how to generate methods.
|
MethodTemplate_RuntimeMetadata |
The generated runtime metadata for MethodTemplate.
|
MethodTrigger |
The trigger annotation for the example.
|
ModifiersExample |
The annotated class for the example.
|
ModifiersExampleGen |
The generated class for the example.
|
ModifiersTemplate |
ModifiersTrigger can either be copied from the template or set conditionally.
|
ModifiersTemplate_RuntimeMetadata |
The generated runtime metadata for ModifiersTemplate.
|
ModifiersTrigger |
The trigger annotation for the example.
|
SourceExample |
The annotated class for the example.
|
SourceExampleGen |
The generated class for the example.
|
SourceTemplate |
When generating members, the src (source) variable can be set by evaluating
an expression (src) or calling a function (srcFun).
|
SourceTemplate_RuntimeMetadata |
The generated runtime metadata for SourceTemplate.
|
SourceTrigger |
The trigger annotation for the example.
|
ToStringTemplate |
A template that adds a simple toString method to the generated class.
|
ToStringTemplate_RuntimeMetadata |
The generated runtime metadata for ToStringTemplate.
|
TypeExample |
The annotated class for the example.
|
TypeExampleGen |
The generated class for the example.
|
TypeTemplate | |
TypeTemplate_RuntimeMetadata |
The generated runtime metadata for TypeTemplate.
|
TypeTrigger |
The trigger annotation for the example.
|