Package org.springframework.aot.hint
Class ClassProxyHint
java.lang.Object
org.springframework.aot.hint.ClassProxyHint
A hint that describes the need for a proxy against a concrete class.
- Since:
- 6.0
- Author:
- Stephane Nicoll
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn the interfaces to be proxied.Return the target class of the proxy.inthashCode()static ClassProxyHint.BuilderInitialize a builder with the target class to use.static ClassProxyHint.Builderof(TypeReference targetClass) Initialize a builder with the target class to use.
- 
Method Details- 
ofInitialize a builder with the target class to use.- Parameters:
- targetClass- the target class of the proxy
- Returns:
- a builder for the hint
 
- 
ofInitialize a builder with the target class to use.- Parameters:
- targetClass- the target class of the proxy
- Returns:
- a builder for the hint
 
- 
getTargetClassReturn the target class of the proxy.- Returns:
- the target class
 
- 
getProxiedInterfacesReturn the interfaces to be proxied.- Returns:
- the interfaces that the proxy should implement
 
- 
equals
- 
hashCodepublic int hashCode()
 
-