assertModifiable() — spring-boot Function Reference
Architecture documentation for the assertModifiable() function in ApplicationConversionService.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 99422567_f4ac_5b79_c59b_0500c4327a19["assertModifiable()"] 46d6198c_760a_8ed7_7669_0e1feacd32b0["addPrinter()"] 46d6198c_760a_8ed7_7669_0e1feacd32b0 -->|calls| 99422567_f4ac_5b79_c59b_0500c4327a19 68000e7f_6460_32ef_30f6_4e455c85a5c1["addParser()"] 68000e7f_6460_32ef_30f6_4e455c85a5c1 -->|calls| 99422567_f4ac_5b79_c59b_0500c4327a19 b3165b27_04c9_84e2_4d3b_2c941887c3ba["addFormatter()"] b3165b27_04c9_84e2_4d3b_2c941887c3ba -->|calls| 99422567_f4ac_5b79_c59b_0500c4327a19 ccabf913_fb7e_4b91_c59e_e6c68f32a109["addFormatterForFieldType()"] ccabf913_fb7e_4b91_c59e_e6c68f32a109 -->|calls| 99422567_f4ac_5b79_c59b_0500c4327a19 cba1a510_b294_cced_2bbe_9861b2c09a45["addConverter()"] cba1a510_b294_cced_2bbe_9861b2c09a45 -->|calls| 99422567_f4ac_5b79_c59b_0500c4327a19 8a3bf93c_ac93_3e44_6fb1_975e06cbc0d7["addFormatterForFieldAnnotation()"] 8a3bf93c_ac93_3e44_6fb1_975e06cbc0d7 -->|calls| 99422567_f4ac_5b79_c59b_0500c4327a19 5651b4c1_adac_0ee4_b395_b42a2e6f5285["addConverterFactory()"] 5651b4c1_adac_0ee4_b395_b42a2e6f5285 -->|calls| 99422567_f4ac_5b79_c59b_0500c4327a19 831ca5f4_8d8d_6096_c8d1_befa1bec0b1b["removeConvertible()"] 831ca5f4_8d8d_6096_c8d1_befa1bec0b1b -->|calls| 99422567_f4ac_5b79_c59b_0500c4327a19 style 99422567_f4ac_5b79_c59b_0500c4327a19 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/convert/ApplicationConversionService.java lines 164–168
private void assertModifiable() {
if (this.unmodifiable) {
throw new UnsupportedOperationException("This ApplicationConversionService cannot be modified");
}
}
Domain
Subdomains
Called By
- addConverter()
- addConverterFactory()
- addFormatter()
- addFormatterForFieldAnnotation()
- addFormatterForFieldType()
- addParser()
- addPrinter()
- removeConvertible()
Source
Frequently Asked Questions
What does assertModifiable() do?
assertModifiable() is a function in the spring-boot codebase.
What calls assertModifiable()?
assertModifiable() is called by 8 function(s): addConverter, addConverterFactory, addFormatter, addFormatterForFieldAnnotation, addFormatterForFieldType, addParser, addPrinter, removeConvertible.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free