Uses of Class
org.springframework.aot.hint.JdkProxyHint
Packages that use JdkProxyHint
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of JdkProxyHint in org.springframework.aot.hint
Methods in org.springframework.aot.hint that return JdkProxyHintModifier and TypeMethodDescriptionJdkProxyHint.Builder.build()Create aJdkProxyHintbased on the state of this builder.Methods in org.springframework.aot.hint that return types with arguments of type JdkProxyHintModifier and TypeMethodDescriptionProxyHints.jdkProxies()Return the interfaces-based proxies that are required.Method parameters in org.springframework.aot.hint with type arguments of type JdkProxyHintModifier and TypeMethodDescriptionProxyHints.registerJdkProxy(Supplier<JdkProxyHint> hint) Register aJdkProxyHint.