Home / Function/ matches() — spring-boot Function Reference

matches() — spring-boot Function Reference

Architecture documentation for the matches() function in ApplicationConversionService.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 3 called by 2

Entity Profile

Dependency Diagram

graph TD
  3cb3f3ed_eff8_e7c5_6353_7784c729aceb["matches()"]
  26640d57_69c1_a220_7428_6c3de4cab3f3["matches()"]
  26640d57_69c1_a220_7428_6c3de4cab3f3 -->|calls| 3cb3f3ed_eff8_e7c5_6353_7784c729aceb
  36939f14_2001_76d1_9043_6c57a97dbd22["matches()"]
  36939f14_2001_76d1_9043_6c57a97dbd22 -->|calls| 3cb3f3ed_eff8_e7c5_6353_7784c729aceb
  a8f96c05_d7c7_cfbc_54f9_d7bdbd4b5460["conditionalConverterCandidateMatches()"]
  3cb3f3ed_eff8_e7c5_6353_7784c729aceb -->|calls| a8f96c05_d7c7_cfbc_54f9_d7bdbd4b5460
  18fd8434_af06_d6e9_f942_2c55f3950141["bean()"]
  3cb3f3ed_eff8_e7c5_6353_7784c729aceb -->|calls| 18fd8434_af06_d6e9_f942_2c55f3950141
  36939f14_2001_76d1_9043_6c57a97dbd22["matches()"]
  3cb3f3ed_eff8_e7c5_6353_7784c729aceb -->|calls| 36939f14_2001_76d1_9043_6c57a97dbd22
  style 3cb3f3ed_eff8_e7c5_6353_7784c729aceb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/convert/ApplicationConversionService.java lines 535–539

		@Override
		public boolean matches(TypeDescriptor sourceType, TypeDescriptor targetType) {
			return super.matches(sourceType, targetType)
					&& conditionalConverterCandidateMatches(bean(), sourceType, targetType);
		}

Domain

Subdomains

Called By

Frequently Asked Questions

What does matches() do?
matches() is a function in the spring-boot codebase.
What does matches() call?
matches() calls 3 function(s): bean, conditionalConverterCandidateMatches, matches.
What calls matches()?
matches() is called by 2 function(s): matches, matches.

Analyze Your Own Codebase

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

Try Supermodel Free