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.hintClasses in org.springframework.aot.hint that implement ConditionalHintModifier and TypeClassDescriptionclassA 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.