Home / Class/ TypeArgumentsConditionWithParameterizedContainerConfiguration Class — spring-boot Architecture

TypeArgumentsConditionWithParameterizedContainerConfiguration Class — spring-boot Architecture

Architecture documentation for the TypeArgumentsConditionWithParameterizedContainerConfiguration class in ConditionalOnBeanTests.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ConditionalOnBeanTests.java lines 764–773

	@Configuration(proxyBeanMethods = false)
	static class TypeArgumentsConditionWithParameterizedContainerConfiguration {

		@Bean
		@ConditionalOnBean(parameterizedContainer = TestParameterizedContainer.class)
		TestParameterizedContainer<GenericExampleBean<String>> parameterizedContainerGenericExampleBean() {
			return new TestParameterizedContainer<>();
		}

	}

Analyze Your Own Codebase

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

Try Supermodel Free