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

print() — spring-boot Function Reference

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

Function java GradlePlugin DslExtensions calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  71fdb25c_e5c8_b2c3_342c_9d4384db6187["print()"]
  dd9c164e_376c_2727_f798_6c149a821f93["printBanner()"]
  dd9c164e_376c_2727_f798_6c149a821f93 -->|calls| 71fdb25c_e5c8_b2c3_342c_9d4384db6187
  05fb3efb_a255_4a45_26a1_3f5fa172cf7f["convert()"]
  05fb3efb_a255_4a45_26a1_3f5fa172cf7f -->|calls| 71fdb25c_e5c8_b2c3_342c_9d4384db6187
  ed772abe_0e53_ff3b_9166_1e667359ddca["print()"]
  ed772abe_0e53_ff3b_9166_1e667359ddca -->|calls| 71fdb25c_e5c8_b2c3_342c_9d4384db6187
  18fd8434_af06_d6e9_f942_2c55f3950141["bean()"]
  71fdb25c_e5c8_b2c3_342c_9d4384db6187 -->|calls| 18fd8434_af06_d6e9_f942_2c55f3950141
  style 71fdb25c_e5c8_b2c3_342c_9d4384db6187 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/convert/ApplicationConversionService.java lines 485–488

		@SuppressWarnings("unchecked")
		private String print(Object object) {
			return ((Printer<Object>) bean()).print(object, LocaleContextHolder.getLocale());
		}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does print() do?
print() is a function in the spring-boot codebase.
What does print() call?
print() calls 1 function(s): bean.
What calls print()?
print() is called by 3 function(s): convert, print, printBanner.

Analyze Your Own Codebase

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

Try Supermodel Free