All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.content.gcs.config.GCPStorageConfigurer Maven / Gradle / Ivy

There is a newer version: 3.0.14
Show newest version
package org.springframework.content.gcs.config;

import org.springframework.core.convert.converter.ConverterRegistry;

public interface GCPStorageConfigurer {

	void configureGCPStorageConverters(ConverterRegistry registry);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy