public class ManagedBeanIdentifier extends java.lang.Object implements BeanIdentifier
BEAN_ID_SEPARATOR| Constructor and Description |
|---|
ManagedBeanIdentifier(AnnotatedTypeIdentifier typeIdentifier) |
| 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 ManagedBeanIdentifier(AnnotatedTypeIdentifier typeIdentifier)
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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015. All Rights Reserved.