Uses of Interface
org.springframework.aot.hint.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
Modifier and TypeClassDescriptionfinal class
A hint that describes the need for Java serialization at runtime.final class
A hint that describes the need for a JDK interface-basedProxy
.final class
A hint that describes the need to access aResourceBundle
.final class
A hint that describes resources that should be made available at runtime.final class
A hint that describes the need for reflection on a type.