public class ProducerMethodIdentifier extends java.lang.Object implements BeanIdentifier
BEAN_ID_SEPARATOR| Constructor and Description |
|---|
ProducerMethodIdentifier(AnnotatedTypeIdentifier typeIdentifier,
int memberIndex) |
ProducerMethodIdentifier(EnhancedAnnotatedMethod<?,?> method,
AbstractClassBean<?> declaringBean) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
asString()
String representation of this identifier.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public ProducerMethodIdentifier(EnhancedAnnotatedMethod<?,?> method, AbstractClassBean<?> declaringBean)
public ProducerMethodIdentifier(AnnotatedTypeIdentifier typeIdentifier, int memberIndex)
public java.lang.String asString()
BeanIdentifierPassivationCapable.getId(). Unlike Object.toString(), this method returns a non-verbose canonical string identifier.asString in interface BeanIdentifierpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2015. All Rights Reserved.