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

conditionalConverterCandidateMatches() — spring-boot Function Reference

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

Function java GradlePlugin DslExtensions calls 1 called by 2

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/convert/ApplicationConversionService.java lines 443–447

		protected final boolean conditionalConverterCandidateMatches(Object conditionalConverterCandidate,
				TypeDescriptor sourceType, TypeDescriptor targetType) {
			return (conditionalConverterCandidate instanceof ConditionalConverter conditionalConverter)
					? conditionalConverter.matches(sourceType, targetType) : true;
		}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does conditionalConverterCandidateMatches() do?
conditionalConverterCandidateMatches() is a function in the spring-boot codebase.
What does conditionalConverterCandidateMatches() call?
conditionalConverterCandidateMatches() calls 1 function(s): matches.
What calls conditionalConverterCandidateMatches()?
conditionalConverterCandidateMatches() 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