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

getMatchingSetter() — spring-boot Function Reference

Architecture documentation for the getMatchingSetter() function in TypeElementMembers.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  6b6cd143_9b4f_5d53_f97a_04491e692bfe["getMatchingSetter()"]
  f0ca77a0_5018_2dff_9a79_2737dae0d46e["processMethod()"]
  f0ca77a0_5018_2dff_9a79_2737dae0d46e -->|calls| 6b6cd143_9b4f_5d53_f97a_04491e692bfe
  6d90de85_1d12_92e4_1f6e_d865535943e4["getPublicSetter()"]
  6d90de85_1d12_92e4_1f6e_d865535943e4 -->|calls| 6b6cd143_9b4f_5d53_f97a_04491e692bfe
  fc92022c_e0c3_a743_a153_115b1022c22c["getMatchingAccessor()"]
  6b6cd143_9b4f_5d53_f97a_04491e692bfe -->|calls| fc92022c_e0c3_a743_a153_115b1022c22c
  style 6b6cd143_9b4f_5d53_f97a_04491e692bfe fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/TypeElementMembers.java lines 123–125

	private ExecutableElement getMatchingSetter(List<ExecutableElement> candidates, TypeMirror type) {
		return getMatchingAccessor(candidates, type, (candidate) -> candidate.getParameters().get(0).asType());
	}

Domain

Subdomains

Calls

  • getMatchingAccessor()

Called By

Frequently Asked Questions

What does getMatchingSetter() do?
getMatchingSetter() is a function in the spring-boot codebase.
What does getMatchingSetter() call?
getMatchingSetter() calls 1 function(s): getMatchingAccessor.
What calls getMatchingSetter()?
getMatchingSetter() is called by 2 function(s): getPublicSetter, processMethod.

Analyze Your Own Codebase

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

Try Supermodel Free