Package | Description |
---|---|
org.springframework.batch.core.explore.support |
Specific implementations of explorer concerns.
|
org.springframework.batch.core.repository.dao |
Specific implementations of dao concerns.
|
org.springframework.batch.core.repository.support |
Specific implementations of repository concerns.
|
Modifier and Type | Method and Description |
---|---|
void |
JobExplorerFactoryBean.setSerializer(ExecutionContextSerializer serializer)
A custom implementation of the
ExecutionContextSerializer . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExecutionContextSerializer
An implementation of the
ExecutionContextSerializer using the default
serialization implementations from Spring (DefaultSerializer and
DefaultDeserializer ). |
class |
XStreamExecutionContextStringSerializer
Implementation that uses XStream and Jettison to provide serialization.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcExecutionContextDao.setSerializer(ExecutionContextSerializer serializer)
Setter for
Serializer implementation |
Modifier and Type | Method and Description |
---|---|
void |
JobRepositoryFactoryBean.setSerializer(ExecutionContextSerializer serializer)
A custom implementation of the
ExecutionContextSerializer . |
Copyright © 2014 Pivotal. All rights reserved.