public StorageServiceFactory storageServiceFactory()

in src/main/java/com/epam/digital/data/platform/excerpt/api/config/GenericConfig.java [36:39]


  public StorageServiceFactory storageServiceFactory(ObjectMapper objectMapper,
      CephS3Factory cephS3Factory) {
    return new StorageServiceFactory(objectMapper, cephS3Factory);
  }