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 TypeMethodDescriptionstatic JdkProxyHint.Builder
Initialize a builder with the proxied interfaces to use.static JdkProxyHint.Builder
JdkProxyHint.of
(TypeReference... proxiedInterfaces) Initialize a builder with the proxied interfaces to use.JdkProxyHint.Builder.onReachableType
(TypeReference reachableType) Make this hint conditional on the fact that the specified type can be resolved.JdkProxyHint.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.Modifier and TypeMethodDescriptionProxyHints.registerJdkProxy
(Consumer<JdkProxyHint.Builder> jdkProxyHint) Register aJdkProxyHint
.