Package org.springframework.aot.hint
Class JdkProxyHint.Builder
java.lang.Object
org.springframework.aot.hint.JdkProxyHint.Builder
- Enclosing class:
- JdkProxyHint
Builder for 
JdkProxyHint.- 
Method SummaryModifier and TypeMethodDescriptiononReachableType(TypeReference reachableType) Make this hint conditional on the fact that the specified type can be resolved.proxiedInterfaces(Class<?>... proxiedInterfaces) Add the specified interfaces that the proxy should implement.proxiedInterfaces(TypeReference... proxiedInterfaces) Add the specified interfaces that the proxy should implement.
- 
Method Details- 
proxiedInterfacesAdd the specified interfaces that the proxy should implement.- Parameters:
- proxiedInterfaces- the interfaces the proxy should implement
- Returns:
- this, to facilitate method chaining
 
- 
proxiedInterfacesAdd the specified interfaces that the proxy should implement.- Parameters:
- proxiedInterfaces- the interfaces the proxy should implement
- Returns:
- this, to facilitate method chaining
 
- 
onReachableTypeMake this hint conditional on the fact that the specified type can be resolved.- Parameters:
- reachableType- the type that should be reachable for this hint to apply
- Returns:
- this, to facilitate method chaining
 
 
-