Package | Description |
---|---|
software.amazon.awssdk.codegen.emitters | |
software.amazon.awssdk.codegen.emitters.tasks |
Modifier and Type | Class and Description |
---|---|
class |
PoetGeneratorTask |
class |
SimpleGeneratorTask
Simple generator task that writes a string to a file.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncClientGeneratorTasks |
class |
AwsGeneratorTasks
Generator tasks for AWS style clients.
|
class |
BaseExceptionClassGeneratorTasks |
class |
BaseGeneratorTasks |
class |
CommonClientGeneratorTasks
Task for classes shared by
AsyncClientGeneratorTasks and SyncClientGeneratorTasks . |
class |
CompositeGeneratorTask |
class |
MarshallerGeneratorTasks |
class |
PackageInfoGeneratorTasks
Emits the package-info.java for the base service package.
|
class |
PaginatorsGeneratorTasks |
class |
SyncClientGeneratorTasks |
class |
WaitersGeneratorTasks |
class |
WaitersRuntimeGeneratorTask |
Modifier and Type | Method and Description |
---|---|
protected GeneratorTask |
BaseGeneratorTasks.createPoetGeneratorTask(ClassSpec classSpec) |
protected GeneratorTask |
BaseGeneratorTasks.createPoetGeneratorTestTask(ClassSpec classSpec) |
Modifier and Type | Method and Description |
---|---|
protected List<GeneratorTask> |
PaginatorsGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
PackageInfoGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
BaseExceptionClassGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
SyncClientGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
WaitersRuntimeGeneratorTask.createTasks() |
protected List<GeneratorTask> |
CommonClientGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
MarshallerGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
WaitersGeneratorTasks.createTasks() |
protected abstract List<GeneratorTask> |
BaseGeneratorTasks.createTasks() |
protected List<GeneratorTask> |
AsyncClientGeneratorTasks.createTasks() |
Constructor and Description |
---|
CompositeGeneratorTask(GeneratorTask... tasks) |
Copyright © 2021. All rights reserved.