| Interface | Description |
|---|---|
| IContentTypeProvider |
A content type provider is responsible for assigning content types to documents resulting
from an
IGenerator implementation. |
| Class | Description |
|---|---|
| DefaultContentTypeProvider |
The default content type provider uses
URLConnection.guessContentTypeFromName(String)
to determine content types. |
| GeneratorResult |
Result object returned by the generator service.
|
| GeneratorService |
Service class for code generation.
|
| GeneratorService.GeneratedArtifacts |
This service result class is just a wrapper to store all generated documents.
|