| Interface | Description |
|---|---|
| Task |
A task-defining interface that is mapped from
org.embulk.config.ConfigSource and org.embulk.config.TaskSource. |
| Class | Description |
|---|---|
| ConfigMapper |
Maps
org.embulk.config.ConfigSource into a task-defining interface that inherits Task. |
| ConfigMapperFactory | |
| ConfigMapperFactory.Builder |
Builds
ConfigMapperFactory. |
| TaskMapper |
Maps
org.embulk.config.TaskSource into a task-defining interface that inherits Task. |
| Exception | Description |
|---|---|
| TaskValidationException |
| Annotation Type | Description |
|---|---|
| Config |
Indicates that a method is a getter of a task field in an interface extending
Task. |
| ConfigDefault |
Indicates that a getter method with
Config has a default value. |