Class ParameterInjectionPointMarshaller<T,X>
java.lang.Object
org.wildfly.clustering.weld.injection.ParameterInjectionPointMarshaller<T,X>
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jboss.weld.injection.ParameterInjectionPointImpl<T,,X>> org.infinispan.protostream.ProtobufTagMarshaller<org.jboss.weld.injection.ParameterInjectionPointImpl<T,,X>> Marshallable<org.jboss.weld.injection.ParameterInjectionPointImpl<T,,X>> ProtoStreamMarshaller<org.jboss.weld.injection.ParameterInjectionPointImpl<T,,X>> Readable<org.jboss.weld.injection.ParameterInjectionPointImpl<T,,X>> Writable<org.jboss.weld.injection.ParameterInjectionPointImpl<T,X>>
public class ParameterInjectionPointMarshaller<T,X>
extends Object
implements ProtoStreamMarshaller<org.jboss.weld.injection.ParameterInjectionPointImpl<T,X>>
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadFrom(ProtoStreamReader reader) voidwriteTo(ProtoStreamWriter writer, org.jboss.weld.injection.ParameterInjectionPointImpl<T, X> injectionPoint) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
sizeMethods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
Constructor Details
-
ParameterInjectionPointMarshaller
public ParameterInjectionPointMarshaller()
-
-
Method Details
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<T>- Specified by:
getJavaClassin interfaceMarshallable<T>
-
readFrom
public org.jboss.weld.injection.ParameterInjectionPointImpl<T,X> readFrom(ProtoStreamReader reader) throws IOException - Specified by:
readFromin interfaceReadable<T>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.jboss.weld.injection.ParameterInjectionPointImpl<T, X> injectionPoint) throws IOException- Specified by:
writeToin interfaceWritable<T>- Throws:
IOException
-