wasProcessed() — spring-boot Function Reference
Architecture documentation for the wasProcessed() function in AutoConfigurationSorter.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD a69630d0_0cfd_a291_95c3_9463d9ff950d["wasProcessed()"] 0a24729a_6e81_f598_947c_5dd47ab35d94["isAvailable()"] 0a24729a_6e81_f598_947c_5dd47ab35d94 -->|calls| a69630d0_0cfd_a291_95c3_9463d9ff950d 16919786_79c9_3a97_98a4_8b8b28ab8747["getClassNames()"] 16919786_79c9_3a97_98a4_8b8b28ab8747 -->|calls| a69630d0_0cfd_a291_95c3_9463d9ff950d a5288eff_2e00_4a9a_d944_aa039b01f252["getOrder()"] a5288eff_2e00_4a9a_d944_aa039b01f252 -->|calls| a69630d0_0cfd_a291_95c3_9463d9ff950d style a69630d0_0cfd_a291_95c3_9463d9ff950d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigurationSorter.java lines 259–262
private boolean wasProcessed() {
return (this.autoConfigurationMetadata != null
&& this.autoConfigurationMetadata.wasProcessed(this.className));
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does wasProcessed() do?
wasProcessed() is a function in the spring-boot codebase.
What calls wasProcessed()?
wasProcessed() is called by 3 function(s): getClassNames, getOrder, isAvailable.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free