Package org.springframework.aot.hint
Class ClassProxyHint.Builder
java.lang.Object
org.springframework.aot.hint.ClassProxyHint.Builder
- Enclosing class:
- ClassProxyHint
Builder for
ClassProxyHint
.-
Method Summary
Modifier 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
-
proxiedInterfaces
Add the specified interfaces that the proxy should implement.- Parameters:
proxiedInterfaces
- the interfaces the proxy should implement- Returns:
this
, to facilitate method chaining
-
proxiedInterfaces
Add the specified interfaces that the proxy should implement.- Parameters:
proxiedInterfaces
- the interfaces the proxy should implement- Returns:
this
, to facilitate method chaining
-