Uses of Class
org.springframework.aot.hint.JdkProxyHint.Builder
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of JdkProxyHint.Builder in org.springframework.aot.hint
Modifier and TypeMethodDescriptionJdkProxyHint.Builder.proxiedInterfaces
(Class<?>... proxiedInterfaces) Add the specified interfaces that the proxy should implement.JdkProxyHint.Builder.proxiedInterfaces
(TypeReference... proxiedInterfaces) Add the specified interfaces that the proxy should implement.