@Configuration @EnableConfigurationProperties(value=ModShredderProperties.class) public class ModShredderConfiguration extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX |
| Constructor and Description |
|---|
ModShredderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ModShredder |
modShredderGateway() |
ShreddingAction |
shreddingAction() |
ShreddingTaskService |
shreddingTaskService() |
public static final java.lang.String PREFIX
@Bean public ShreddingTaskService shreddingTaskService()
@Bean public ShreddingAction shreddingAction()
@Bean public ModShredder modShredderGateway()