Class UnbackedMemberIdentifier<X>
- java.lang.Object
-
- org.jboss.weld.annotated.slim.unbacked.UnbackedMemberIdentifier<X>
-
- Type Parameters:
X-
- All Implemented Interfaces:
Serializable
public class UnbackedMemberIdentifier<X> extends Object implements Serializable
A serialization proxy forUnbackedAnnotatedMembers. A calculated id of a member is stored. Based on the id, theUnbackedAnnotatedMemberinstance is looked up fromMemberTransformeron deserialization.- Author:
- jharting
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnbackedMemberIdentifier(UnbackedAnnotatedType<X> type, String memberId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMemberId()UnbackedAnnotatedType<X>getType()
-
-
-
Constructor Detail
-
UnbackedMemberIdentifier
public UnbackedMemberIdentifier(UnbackedAnnotatedType<X> type, String memberId)
-
-
Method Detail
-
getType
public UnbackedAnnotatedType<X> getType()
-
getMemberId
public String getMemberId()
-
-