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

invokePublicConstructorsAndInspectAndInvokePublicMethodsOf() — spring-boot Function Reference

Architecture documentation for the invokePublicConstructorsAndInspectAndInvokePublicMethodsOf() function in LogbackConfigurationAotContributionTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  3f3e5b42_e3a3_2f34_3837_81a3374be555["invokePublicConstructorsAndInspectAndInvokePublicMethodsOf()"]
  03107df4_37d4_9425_cf24_c6ff69211c86["componentModelClassAndSetterParametersAreRegisteredForReflection()"]
  03107df4_37d4_9425_cf24_c6ff69211c86 -->|calls| 3f3e5b42_e3a3_2f34_3837_81a3374be555
  3d7f1327_a8b1_0b4d_e99b_ff82c0205c31["implicitModelClassAndSetterParametersAreRegisteredForReflection()"]
  3d7f1327_a8b1_0b4d_e99b_ff82c0205c31 -->|calls| 3f3e5b42_e3a3_2f34_3837_81a3374be555
  f4aed38b_7ba0_0fc2_158c_e7a43d3ff128["componentModelReferencingImportedClassNameIsRegisteredForReflection()"]
  f4aed38b_7ba0_0fc2_158c_e7a43d3ff128 -->|calls| 3f3e5b42_e3a3_2f34_3837_81a3374be555
  fa601120_63ae_8d15_52a2_0c1298380c7f["typeFromParentsSetterIsRegisteredForReflection()"]
  fa601120_63ae_8d15_52a2_0c1298380c7f -->|calls| 3f3e5b42_e3a3_2f34_3837_81a3374be555
  61991465_6cf4_4592_05d8_18228a5ef03a["typeFromParentsDefaultClassAnnotatedSetterIsRegisteredForReflection()"]
  61991465_6cf4_4592_05d8_18228a5ef03a -->|calls| 3f3e5b42_e3a3_2f34_3837_81a3374be555
  f16e0120_5167_e9e6_4f5b_0a4091a49b46["componentTypesOfArraysAreRegisteredForReflection()"]
  f16e0120_5167_e9e6_4f5b_0a4091a49b46 -->|calls| 3f3e5b42_e3a3_2f34_3837_81a3374be555
  ab2f906a_d4f6_89fc_d387_16bba596e830["placeholdersInComponentClassAttributeAreReplaced()"]
  ab2f906a_d4f6_89fc_d387_16bba596e830 -->|calls| 3f3e5b42_e3a3_2f34_3837_81a3374be555
  style 3f3e5b42_e3a3_2f34_3837_81a3374be555 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackConfigurationAotContributionTests.java lines 276–280

	private Predicate<RuntimeHints> invokePublicConstructorsAndInspectAndInvokePublicMethodsOf(Class<?> type) {
		return RuntimeHintsPredicates.reflection()
			.onType(TypeReference.of(type))
			.withMemberCategories(MemberCategory.INVOKE_PUBLIC_CONSTRUCTORS, MemberCategory.INVOKE_PUBLIC_METHODS);
	}

Domain

Subdomains

Frequently Asked Questions

What does invokePublicConstructorsAndInspectAndInvokePublicMethodsOf() do?
invokePublicConstructorsAndInspectAndInvokePublicMethodsOf() is a function in the spring-boot codebase.
What calls invokePublicConstructorsAndInspectAndInvokePublicMethodsOf()?
invokePublicConstructorsAndInspectAndInvokePublicMethodsOf() is called by 7 function(s): componentModelClassAndSetterParametersAreRegisteredForReflection, componentModelReferencingImportedClassNameIsRegisteredForReflection, componentTypesOfArraysAreRegisteredForReflection, implicitModelClassAndSetterParametersAreRegisteredForReflection, placeholdersInComponentClassAttributeAreReplaced, typeFromParentsDefaultClassAnnotatedSetterIsRegisteredForReflection, typeFromParentsSetterIsRegisteredForReflection.

Analyze Your Own Codebase

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

Try Supermodel Free