Class ProxySpecification
java.lang.Object
org.microbean.reference.ProxySpecification
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
final int
hashCode()
final List
<TypeMirror> Returns the interfaces the proxy should implement.final String
name()
Returns the name the proxy class should have.final DeclaredType
Returns the superclass the proxy should specialize.
-
Method Details
-
equals
-
hashCode
-
interfaces
Returns the interfaces the proxy should implement.- Returns:
- a non-
null
, immutableList
ofTypeMirror
s
-
name
-
superclass
Returns the superclass the proxy should specialize.- Returns:
- a non-
null
DeclaredType
-