Package org.springframework.aot.hint
Class JdkProxyHint
java.lang.Object
org.springframework.aot.hint.JdkProxyHint
A hint that describes the need of a JDK
Proxy
, that is an
interfaces-based proxy.- Since:
- 6.0
- Author:
- Stephane Nicoll
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return the interfaces to be proxied.int
hashCode()
static JdkProxyHint.Builder
Initialize a builder with the proxied interfaces to use.static JdkProxyHint.Builder
of
(TypeReference... proxiedInterfaces) Initialize a builder with the proxied interfaces to use.
-
Method Details
-
of
Initialize a builder with the proxied interfaces to use.- Parameters:
proxiedInterfaces
- the interfaces the proxy should implement- Returns:
- a builder for the hint
-
of
Initialize a builder with the proxied interfaces to use.- Parameters:
proxiedInterfaces
- the interfaces the proxy should implement- Returns:
- a builder for the hint
-
getProxiedInterfaces
Return the interfaces to be proxied.- Returns:
- the interfaces that the proxy should implement
-
equals
-
hashCode
public int hashCode()
-