Package org.springframework.aot.hint
Class ClassProxyHint.Builder
java.lang.Object
org.springframework.aot.hint.ClassProxyHint.Builder
- Enclosing class:
- ClassProxyHint
Builder for
ClassProxyHint
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Create aClassProxyHint
based on the state of this builder.proxiedInterfaces
(Class<?>... proxiedInterfaces) Add the specified interfaces that the proxy should implement.proxiedInterfaces
(TypeReference... proxiedInterfaces) Add the specified interfaces that the proxy should implement.
-
Constructor Details
-
Builder
-
-
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
-
build
Create aClassProxyHint
based on the state of this builder.- Returns:
- a class proxy hint
-