Home / Type/ ConnectionDetailsFactory Type — spring-boot Architecture

ConnectionDetailsFactory Type — spring-boot Architecture

Architecture documentation for the ConnectionDetailsFactory type/interface in ConnectionDetailsFactory.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/service/connection/ConnectionDetailsFactory.java lines 33–43

public interface ConnectionDetailsFactory<S, D extends ConnectionDetails> {

	/**
	 * Get the {@link ConnectionDetails} from the given {@code source}. May return
	 * {@code null} if no details can be created.
	 * @param source the source
	 * @return the connection details or {@code null}
	 */
	@Nullable D getConnectionDetails(S source);

}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free