Class FieldInjectionPointMarshaller<T,X>
- java.lang.Object
-
- org.wildfly.clustering.weld.injection.FieldInjectionPointMarshaller<T,X>
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jboss.weld.injection.FieldInjectionPoint<T,X>>,org.infinispan.protostream.ProtobufTagMarshaller<org.jboss.weld.injection.FieldInjectionPoint<T,X>>,Marshallable<org.jboss.weld.injection.FieldInjectionPoint<T,X>>,ProtoStreamMarshaller<org.jboss.weld.injection.FieldInjectionPoint<T,X>>
public class FieldInjectionPointMarshaller<T,X> extends Object implements ProtoStreamMarshaller<org.jboss.weld.injection.FieldInjectionPoint<T,X>>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description FieldInjectionPointMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.jboss.weld.injection.FieldInjectionPoint<T,X>>getJavaClass()org.jboss.weld.injection.FieldInjectionPoint<T,X>readFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, org.jboss.weld.injection.FieldInjectionPoint<T,X> injectionPoint)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Method Detail
-
getJavaClass
public Class<? extends org.jboss.weld.injection.FieldInjectionPoint<T,X>> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<T>- Specified by:
getJavaClassin interfaceMarshallable<T>
-
readFrom
public org.jboss.weld.injection.FieldInjectionPoint<T,X> readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<T>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.jboss.weld.injection.FieldInjectionPoint<T,X> injectionPoint) throws IOException
- Specified by:
writeToin interfaceMarshallable<T>- Throws:
IOException
-
-