Uses of Interface
org.springframework.data.aot.AotContext.TypeIntrospector
Package
Description
Support for registering the need for reflection, resources, java serialization and proxies at runtime for Ahead of
Time compilation.
-
Uses of AotContext.TypeIntrospector in org.springframework.data.aot
Modifier and TypeMethodDescriptionAotContext.introspectType
(String typeName) Returns aAotContext.TypeIntrospector
to obtain further detail about atype
given its fully-qualified type name