Package org.springframework.ai.aot
Class AiRuntimeHints
java.lang.Object
org.springframework.ai.aot.AiRuntimeHints
Native runtime hints. See other modules for their respective native runtime hints.
- Author:
- Josh Long, Christian Tzolov, Mark Pollack
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Set
<org.springframework.aot.hint.TypeReference> findClassesInPackage
(String packageName, org.springframework.core.type.filter.TypeFilter typeFilter) static Set
<org.springframework.aot.hint.TypeReference> findJsonAnnotatedClassesInPackage
(Class<?> packageClass) static Set
<org.springframework.aot.hint.TypeReference> findJsonAnnotatedClassesInPackage
(String packageName)
-
Constructor Details
-
AiRuntimeHints
public AiRuntimeHints()
-
-
Method Details
-
findJsonAnnotatedClassesInPackage
-
findJsonAnnotatedClassesInPackage
-
findClassesInPackage
-