Class AiRuntimeHints

java.lang.Object
org.springframework.ai.aot.AiRuntimeHints

public class AiRuntimeHints extends Object
Native runtime hints. See other modules for their respective native runtime hints.
Author:
Josh Long, Christian Tzolov, Mark Pollack
  • Constructor Details

    • AiRuntimeHints

      public AiRuntimeHints()
  • Method Details

    • findJsonAnnotatedClassesInPackage

      public static Set<org.springframework.aot.hint.TypeReference> findJsonAnnotatedClassesInPackage(String packageName)
    • findJsonAnnotatedClassesInPackage

      public static Set<org.springframework.aot.hint.TypeReference> findJsonAnnotatedClassesInPackage(Class<?> packageClass)
    • findClassesInPackage

      public static Set<org.springframework.aot.hint.TypeReference> findClassesInPackage(String packageName, org.springframework.core.type.filter.TypeFilter typeFilter)