public class ProducerMethodIdentifier extends 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 |
|---|---|
String |
asString()
String representation of this identifier.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public ProducerMethodIdentifier(EnhancedAnnotatedMethod<?,?> method, AbstractClassBean<?> declaringBean)
public ProducerMethodIdentifier(AnnotatedTypeIdentifier typeIdentifier, int memberIndex)
public String asString()
BeanIdentifierPassivationCapable.getId(). Unlike #toString(), this method returns a non-verbose canonical string identifier.asString in interface BeanIdentifierCopyright © 2015. All Rights Reserved.