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()
BeanIdentifier
PassivationCapable.getId()
. Unlike Object.toString()
, this method returns a non-verbose canonical string identifier.asString
in interface BeanIdentifier
Copyright © 2015. All Rights Reserved.