Uses of Class
org.springframework.aot.hint.TypeHint
Packages that use TypeHint
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of TypeHint in org.springframework.aot.hint
Methods in org.springframework.aot.hint that return TypeHintModifier and TypeMethodDescriptionTypeHint.Builder.build()Create aTypeHintbased on the state of this builder.ReflectionHints.getTypeHint(Class<?> type) Return the reflection hints for the specified type.ReflectionHints.getTypeHint(TypeReference type) Return the reflection hints for the type defined by the specifiedTypeReference.Methods in org.springframework.aot.hint that return types with arguments of type TypeHint