A B C D E F G H I J K L M N O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractResourceItemWriter<T> - Class in com.redis.riot.core.resource
-
Base class for item writers that write data to a file or stream.
- AbstractResourceItemWriter() - Constructor for class com.redis.riot.core.resource.AbstractResourceItemWriter
- AbstractResourceItemWriter.OutputState - Class in com.redis.riot.core.resource
-
Encapsulates the runtime state of the writer.
- afterPropertiesSet() - Method in class com.redis.riot.core.resource.FlatResourceItemWriter
-
Assert that mandatory properties (lineAggregator) are set.
- afterPropertiesSet() - Method in class com.redis.riot.core.resource.JsonResourceItemWriter
-
Assert that mandatory properties (jsonObjectMarshaller) are set.
- afterPropertiesSet() - Method in class com.redis.riot.core.resource.XmlResourceItemWriter
-
Assert that mandatory properties (xmlObjectMarshaller) are set.
- append - Variable in class com.redis.riot.core.resource.AbstractResourceItemWriter
- append(boolean) - Method in class com.redis.riot.core.resource.FlatResourceItemWriterBuilder
-
If set to true and the file exists, the output will be appended to the existing file.
- append(boolean) - Method in class com.redis.riot.core.resource.JsonResourceItemWriterBuilder
-
If set to true and the file exists, the output will be appended to the existing file.
- append(boolean) - Method in class com.redis.riot.core.resource.XmlResourceItemWriterBuilder
-
If set to true and the file exists, the output will be appended to the existing file.
- apply(Object) - Method in class com.redis.riot.core.convert.ObjectToNumberConverter
- apply(Object) - Method in class com.redis.riot.core.convert.ObjectToStringConverter
- apply(Map<String, Object>) - Method in class com.redis.riot.core.convert.IdConverterBuilder.ConcatenatingConverter
- apply(Map<String, Object>) - Method in class com.redis.riot.core.convert.MapFlattener
- apply(Map<String, Object>) - Method in class com.redis.riot.core.convert.MapToStringArrayConverter
- apply(Map<String, String>) - Method in class com.redis.riot.core.convert.MapFilteringConverter
- apply(T) - Method in class com.redis.riot.core.convert.ObjectMapperConverter
All Classes All Packages