See: Description
| Interface | Description |
|---|---|
| DiagnosticMessageConsumer |
Consumer of messages like errors and warnings that the annotation processor should make note of.
|
| ProcessorMessages |
Contains information and error/warning messages output to the user.
|
| Class | Description |
|---|---|
| AnnotationProcessor |
Main class for our annotation processor using the javax annotation processor api.
|
| KnownFileHandler |
Our own FileHandler class so we can recognize it from other FileHandlers.
|
| ResourceLoader |
Unfortunately, the Filer api does not allow us to read sources
so this class let ous do our own lookup using an explicitly specified source path:
|
| STCodeWriter |
Controller for StringTemplate 4 templates groups.
|
| STCustomModelAdaptor |
ST model adapter that handles normal ST properies AND do the following magic conversions:
Type.exactType_xxx ->
Type.isExactType(java.lang.String), with argument consisting og xxx with underscores replaced by dot. |
| STISODateRender |
ST render that knows how to output dates.
|
| STTemplates |
Loads and holds STGroup file(s) according to configuration and offer inspection methods about the content.
|
| STUtil |
StringTemplate utilities.
|
| TypePool |
Pool for recycling type instances.
|
| Enum | Description |
|---|---|
| TemplateKind |
Specifies how to calculate the ST template name for a method.
|
| Exception | Description |
|---|---|
| ConfigurationException |
Exception thrown if something is mis-configured.
|
| STException |
Exception throw if StringTemplate engine run into trouble.
|
Version 2.0.0 generated on 2014-11-22 at 09:45 - (C) 41concepts Aps. Refer to project homepage valjogen.41concepts.com for more information.