Uses of Class
org.springframework.aot.hint.ProxyHints
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of ProxyHints in org.springframework.aot.hint
Modifier and TypeMethodDescriptionRuntimeHints.proxies()
Provide access to proxy-based hints.ProxyHints.registerJdkProxy
(Class<?>... proxiedInterfaces) Register that a JDK proxy implementing the specified interfaces is required.ProxyHints.registerJdkProxy
(Consumer<JdkProxyHint.Builder> jdkProxyHint) Register aJdkProxyHint
.ProxyHints.registerJdkProxy
(TypeReference... proxiedInterfaces) Register that a JDK proxy implementing the interfaces defined by the specified type references is required.