newConverter() — spring-boot Function Reference
Architecture documentation for the newConverter() function in ColorConverterTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 9b7d880a_8a42_96ce_0357_791b5650646d["newConverter()"] d0d06b72_b943_ea85_b4d9_936b3fe8899e["black()"] d0d06b72_b943_ea85_b4d9_936b3fe8899e -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d 128d2799_9396_9957_d517_fc8d31e0805f["white()"] 128d2799_9396_9957_d517_fc8d31e0805f -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d 72d8c237_a4b3_f7bf_ad3e_977a234b8b7c["faint()"] 72d8c237_a4b3_f7bf_ad3e_977a234b8b7c -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d 1939489b_ec25_9161_e827_fd782ce836b4["red()"] 1939489b_ec25_9161_e827_fd782ce836b4 -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d 9b8c1d6c_c158_df9e_f34e_450548c64763["green()"] 9b8c1d6c_c158_df9e_f34e_450548c64763 -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d 8fc47eef_b30c_5e34_59a0_68ede4c8d097["yellow()"] 8fc47eef_b30c_5e34_59a0_68ede4c8d097 -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d 894cf1a7_dd09_f260_cc05_eb9da34328b3["blue()"] 894cf1a7_dd09_f260_cc05_eb9da34328b3 -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d 4a2c7cd5_5a11_ea6f_babf_757273e4a933["magenta()"] 4a2c7cd5_5a11_ea6f_babf_757273e4a933 -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d d1174ce5_8e48_309d_d252_cc0b74c09afc["cyan()"] d1174ce5_8e48_309d_d252_cc0b74c09afc -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d 0aa9fdde_81bd_cdcf_54e9_c66dedb236d1["brightBlack()"] 0aa9fdde_81bd_cdcf_54e9_c66dedb236d1 -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d 368eb187_ff36_5b30_ba6e_8614acbc2dc5["brightWhite()"] 368eb187_ff36_5b30_ba6e_8614acbc2dc5 -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d 0fda719b_1da1_3f6b_71d6_7421afc46c21["brightRed()"] 0fda719b_1da1_3f6b_71d6_7421afc46c21 -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d b4f33ff7_5fda_2254_b3b6_fc28d41d176a["brightGreen()"] b4f33ff7_5fda_2254_b3b6_fc28d41d176a -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d b87cb2c3_c9b3_392a_7edf_b8723d51df0c["brightYellow()"] b87cb2c3_c9b3_392a_7edf_b8723d51df0c -->|calls| 9b7d880a_8a42_96ce_0357_791b5650646d style 9b7d880a_8a42_96ce_0357_791b5650646d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/ColorConverterTests.java lines 216–220
private ColorConverter newConverter(@Nullable String styling) {
ColorConverter converter = ColorConverter.newInstance(null, new String[] { this.in, styling });
assertThat(converter).isNotNull();
return converter;
}
Domain
Subdomains
Called By
- black()
- blue()
- brightBlack()
- brightBlue()
- brightCyan()
- brightGreen()
- brightMagenta()
- brightRed()
- brightWhite()
- brightYellow()
- cyan()
- faint()
- green()
- highlightDebug()
- highlightError()
- highlightFatal()
- highlightTrace()
- highlightWarn()
- magenta()
- red()
- white()
- yellow()
Source
Frequently Asked Questions
What does newConverter() do?
newConverter() is a function in the spring-boot codebase.
What calls newConverter()?
newConverter() is called by 22 function(s): black, blue, brightBlack, brightBlue, brightCyan, brightGreen, brightMagenta, brightRed, and 14 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free