接口 ConnectionDetailsFactory<S,D extends ConnectionDetails>
- 类型参数:
S- the source type accepted by the factory. Implementations are expected to provide a validtoString.D- the type ofConnectionDetailsproduced by the factory
public interface ConnectionDetailsFactory<S,D extends ConnectionDetails>
A factory to create
ConnectionDetails from a given source.
Implementations should be registered in META-INF/spring.factories.- 从以下版本开始:
- 3.1.0
- 作者:
- Moritz Halbritter, Andy Wilkinson, Phillip Webb
-
方法概要
-
方法详细资料
-
getConnectionDetails
- 参数:
source- the source- 返回:
- the connection details or
null
-