Uses of Interface
org.springframework.aot.hint.ConditionalHint
Packages that use ConditionalHint
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of ConditionalHint in org.springframework.aot.hint
Classes in org.springframework.aot.hint that implement ConditionalHintModifier and TypeClassDescriptionfinal classA hint that describes the need for Java serialization at runtime.final classA hint that describes the need for a JDK interface-basedProxy.final classA hint that describes the need to access aResourceBundle.final classA hint that describes resources that should be made available at runtime.final classA hint that describes the need for reflection on a type.