Package org.jboss.weld.serialization.spi
Interface BeanIdentifier
- All Superinterfaces:
Serializable
Represents a bean identifier - implementations may differ for producers, class based and so on.
However, they all support
asString() to converts these identifiers into String-
Field Summary
Fields -
Method Summary
-
Field Details
-
BEAN_ID_SEPARATOR
Predefined bean ID separator symbol- See Also:
-
-
Method Details
-
asString
String asString()String representation of this identifier. This is required as some parts of the CDI API use String identifiers, for examplePassivationCapable.getId(). UnlikeObject.toString(), this method returns a non-verbose canonical string identifier.- Returns:
- string representation of this identifier
-