Skip navigation links
A B C D M O T V W 

A

addDefaultModules() - Method in class org.embulk.util.config.ConfigMapperFactory.Builder
Builds ConfigMapperFactory with Jackson Modules.
addModule(Module) - Method in class org.embulk.util.config.ConfigMapperFactory.Builder
Adds a specified Module.

B

build() - Method in class org.embulk.util.config.ConfigMapperFactory.Builder
Builds ConfigMapperFactory with added Jackson Modules and specified Validator.
builder() - Static method in class org.embulk.util.config.ConfigMapperFactory

C

Config - Annotation Type in org.embulk.util.config
Indicates that a method is a getter of a task field in an interface extending Task.
ConfigDefault - Annotation Type in org.embulk.util.config
Indicates that a getter method with Config has a default value.
ConfigMapper - Class in org.embulk.util.config
Maps org.embulk.config.ConfigSource into a task-defining interface that inherits Task.
ConfigMapperFactory - Class in org.embulk.util.config
Creates ConfigMapper and TaskMapper with required and specified Jackson Modules and Validator.
ConfigMapperFactory.Builder - Class in org.embulk.util.config
createConfigMapper() - Method in class org.embulk.util.config.ConfigMapperFactory
Creates a ConfigMapper to maps org.embulk.config.ConfigSource into a task-defining interface that inherits Task.
createTaskMapper() - Method in class org.embulk.util.config.ConfigMapperFactory
Creates a TaskMapper to maps org.embulk.config.TaskSource into a task-defining interface that inherits Task.

D

dump() - Method in interface org.embulk.util.config.Task
Deprecated.
Replaced with Task.toTaskSource().

M

map(ConfigSource, Class<T>) - Method in class org.embulk.util.config.ConfigMapper
Maps org.embulk.config.ConfigSource into a task-defining interface that inherits Task.
map(TaskSource, Class<T>) - Method in class org.embulk.util.config.TaskMapper
Maps org.embulk.config.TaskSource into a task-defining interface that inherits Task.

O

org.embulk.util.config - package org.embulk.util.config
 

T

Task - Interface in org.embulk.util.config
A task-defining interface that is mapped from org.embulk.config.ConfigSource and org.embulk.config.TaskSource.
TaskMapper - Class in org.embulk.util.config
Maps org.embulk.config.TaskSource into a task-defining interface that inherits Task.
TaskValidationException - Exception in org.embulk.util.config
Exception that represents violation(s) with constraints of Validator.
toObjectNode() - Method in interface org.embulk.util.config.Task
Dumps this Task as a ObjectNode.
toTaskSource() - Method in interface org.embulk.util.config.Task
Dumps this Task as a org.embulk.config.TaskSource.

V

validate() - Method in interface org.embulk.util.config.Task
Validates this Task with a Validator registered from ConfigMapperFactory.

W

with(Validator, Module...) - Static method in class org.embulk.util.config.ConfigMapperFactory
Creates a ConfigMapperFactory with required and specified Jackson Modules and Validator.
with(Module...) - Static method in class org.embulk.util.config.ConfigMapperFactory
Creates a ConfigMapperFactory with required and specified Jackson Modules.
withDefault() - Static method in class org.embulk.util.config.ConfigMapperFactory
Creates a ConfigMapperFactory with required and default Jackson Modules.
withValidator(Validator) - Method in class org.embulk.util.config.ConfigMapperFactory.Builder
Sets a Validator.
A B C D M O T V W 
Skip navigation links