@Configuration
@ConditionalOnProperty(value="services.extraction.enabled",
havingValue="true")
@ConfigurationProperties(prefix="services.extraction")
public static class ServicesConfiguration.Extraction
extends Object
| Constructor and Description |
|---|
Extraction() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFormats() |
String |
getMemory() |
void |
setFormats(List<String> formats) |
void |
setMemory(String memory) |
Copyright © 2023. All rights reserved.