Uses of Class
org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
Package
Description
Support for service connections that affect auto-configuration.
-
Uses of ConnectionDetailsNotFoundException in org.springframework.boot.autoconfigure.service.connection
Modifier and TypeMethodDescription<S> Map<Class<?>,
ConnectionDetails> ConnectionDetailsFactories.getConnectionDetails
(S source, boolean required) Return aMap
ofConnectionDetails
interface type toConnectionDetails
instance created from the factories associated with the given source.