Uses of Class
org.springframework.aot.hint.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
Modifier and TypeMethodDescriptionJdkProxyHint.Builder.build()
Create aJdkProxyHint
based on the state of this builder.Modifier and TypeMethodDescriptionProxyHints.jdkProxies()
Return the interfaces-based proxies that are required.Modifier and TypeMethodDescriptionProxyHints.registerJdkProxy
(Supplier<JdkProxyHint> hint) Register aJdkProxyHint
.