getInPriorityOrder() — spring-boot Function Reference
Architecture documentation for the getInPriorityOrder() function in AutoConfigurationSorterTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD ee56ae1f_ac0d_fa16_00b0_14c0a1528a40["getInPriorityOrder()"] 9b4ef336_aafb_87de_8bf2_240d5bcaf2db["byOrderAnnotation()"] 9b4ef336_aafb_87de_8bf2_240d5bcaf2db -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 013a97ce_506d_27d5_da47_56fa610173bb["byAutoConfigureAfter()"] 013a97ce_506d_27d5_da47_56fa610173bb -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 1ed7f679_1374_ee60_ae03_3f0101ba8637["byAutoConfigureAfterAliasFor()"] 1ed7f679_1374_ee60_ae03_3f0101ba8637 -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 20a054e5_01d1_4472_631d_02b55eb40ef3["byAutoConfigureAfterAliasForWithProperties()"] 20a054e5_01d1_4472_631d_02b55eb40ef3 -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 330be119_dc61_7bb8_d2f6_28f77b2fde27["byAutoConfigureAfterWithDeprecated()"] 330be119_dc61_7bb8_d2f6_28f77b2fde27 -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 b090182e_6c7c_1a53_2d0d_6b5e9873d46b["byAutoConfigureBefore()"] b090182e_6c7c_1a53_2d0d_6b5e9873d46b -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 8e6ee5d5_ad54_9050_876d_535da5defb96["byAutoConfigureBeforeAliasFor()"] 8e6ee5d5_ad54_9050_876d_535da5defb96 -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 21e32b71_4a5b_22c6_baae_8134a4384d9d["byAutoConfigureBeforeAliasForWithProperties()"] 21e32b71_4a5b_22c6_baae_8134a4384d9d -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 559150a5_c323_cdfb_7c0b_adab29ac0545["byAutoConfigureAfterDoubles()"] 559150a5_c323_cdfb_7c0b_adab29ac0545 -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 d78053db_6e2f_81a3_e4fa_d96aba63f781["byAutoConfigureMixedBeforeAndAfter()"] d78053db_6e2f_81a3_e4fa_d96aba63f781 -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 de25a326_3902_4d8f_537e_c37a70d72bc6["byAutoConfigureMixedBeforeAndAfterWithClassNames()"] de25a326_3902_4d8f_537e_c37a70d72bc6 -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 621bda6a_02d1_ef02_04ee_2f028dda6598["byAutoConfigureMixedBeforeAndAfterWithDifferentInputOrder()"] 621bda6a_02d1_ef02_04ee_2f028dda6598 -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 0d1cb593_4400_9f6e_ecf1_2028ae5a86da["byAutoConfigureAfterWithMissing()"] 0d1cb593_4400_9f6e_ecf1_2028ae5a86da -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 193557d6_d810_8e54_714f_c4600af4bc78["byAutoConfigureAfterWithCycle()"] 193557d6_d810_8e54_714f_c4600af4bc78 -->|calls| ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 style ee56ae1f_ac0d_fa16_00b0_14c0a1528a40 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/AutoConfigurationSorterTests.java lines 237–239
private List<String> getInPriorityOrder(String... classNames) {
return this.sorter.getInPriorityOrder(Arrays.asList(classNames));
}
Domain
Subdomains
Called By
- byAutoConfigureAfter()
- byAutoConfigureAfterAliasFor()
- byAutoConfigureAfterAliasForWithProperties()
- byAutoConfigureAfterDoubles()
- byAutoConfigureAfterWithCycle()
- byAutoConfigureAfterWithDeprecated()
- byAutoConfigureAfterWithMissing()
- byAutoConfigureBefore()
- byAutoConfigureBeforeAliasFor()
- byAutoConfigureBeforeAliasForWithProperties()
- byAutoConfigureMixedBeforeAndAfter()
- byAutoConfigureMixedBeforeAndAfterWithClassNames()
- byAutoConfigureMixedBeforeAndAfterWithDifferentInputOrder()
- byBeforeAnnotationThenOrderAnnotation()
- byOrderAnnotation()
- useAnnotationWithNoDirectLink()
- useAnnotationWithNoDirectLinkAndCycle()
- usesAnnotationPropertiesWhenPossible()
Source
Frequently Asked Questions
What does getInPriorityOrder() do?
getInPriorityOrder() is a function in the spring-boot codebase.
What calls getInPriorityOrder()?
getInPriorityOrder() is called by 18 function(s): byAutoConfigureAfter, byAutoConfigureAfterAliasFor, byAutoConfigureAfterAliasForWithProperties, byAutoConfigureAfterDoubles, byAutoConfigureAfterWithCycle, byAutoConfigureAfterWithDeprecated, byAutoConfigureAfterWithMissing, byAutoConfigureBefore, and 10 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free