
| Interface | Description |
|---|---|
| SourceWriter |
Interface to represent API needed to facilitate source file generation.
|
| Class | Description |
|---|---|
| AbstractGeneratorClassCreator |
Abstract functionality needed to create classes needed to supply generators.
|
| AbstractMethodCreator |
Creates method factories depending upon the method type.
|
| AbstractSourceCreator |
Super class for AbstractMethod and AbstractClass creators.
|
| AsyncProxyGenerator |
Generates implementation of AsyncProxy interfaces.
|
| ClassSourceFileComposerFactory |
Factory clas to create
ClassSourceFileComposer instances. |
| ClassSourceFileComposerFactory.JavaSourceCategory |
Represents a java source file category.
|
| DocumentModeGenerator |
Generator for
DocumentModeAsserter. |
| StringSourceWriter |
A SourceWriter that accumulates source and returns it in the
StringSourceWriter.toString() method. |
| Exception | Description |
|---|---|
| BadMethodException |
Used by
Creators to indicate that the method that is being
generated cannot be instantiated. |
Copyright © 2016. All rights reserved.