Package org.jboss.weld.util.bean
Class SerializableForwardingInjectionPoint
java.lang.Object
org.jboss.weld.injection.ForwardingInjectionPoint
org.jboss.weld.util.bean.SerializableForwardingInjectionPoint
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.InjectionPoint,Serializable
public class SerializableForwardingInjectionPoint
extends ForwardingInjectionPoint
implements Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerializableForwardingInjectionPoint(String contextId, jakarta.enterprise.inject.spi.InjectionPoint ip) -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.enterprise.inject.spi.InjectionPointdelegate()Methods inherited from class org.jboss.weld.injection.ForwardingInjectionPoint
equals, getAnnotated, getBean, getMember, getQualifiers, getType, hashCode, isDelegate, isTransient, toString
-
Constructor Details
-
SerializableForwardingInjectionPoint
public SerializableForwardingInjectionPoint(String contextId, jakarta.enterprise.inject.spi.InjectionPoint ip)
-
-
Method Details
-
delegate
protected jakarta.enterprise.inject.spi.InjectionPoint delegate()- Specified by:
delegatein classForwardingInjectionPoint
-