Example usage for org.springframework.core.io ProtocolResolver interface-usage

List of usage examples for org.springframework.core.io ProtocolResolver interface-usage

Introduction

In this page you can find the example usage for org.springframework.core.io ProtocolResolver interface-usage.

Usage

From source file org.springframework.cloud.gcp.storage.GoogleStorageProtocolResolver.java

/**
 * A {@link ProtocolResolver} implementation for the {@code gs://} protocol.
 *
 * @author Vinicius Carvalho
 * @author Artem Bilan
 * @author Mike Eltsufin