Package org.springframework.aot.hint
Class ClassProxyHint.Builder
java.lang.Object
org.springframework.aot.hint.ClassProxyHint.Builder
- Enclosing class:
- ClassProxyHint
Builder for 
ClassProxyHint.- 
Method SummaryModifier and TypeMethodDescriptionproxiedInterfaces(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
 
 
-