Class CombinedInterceptorAndDecoratorStackMethodHandlerMarshaller
java.lang.Object
org.wildfly.clustering.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandlerMarshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>,org.infinispan.protostream.ProtobufTagMarshaller<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>,Marshallable<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>,ProtoStreamMarshaller<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>,Readable<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>,Writable<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>
public class CombinedInterceptorAndDecoratorStackMethodHandlerMarshaller
extends Object
implements ProtoStreamMarshaller<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>
- 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 TypeMethodDescriptionClass<? extends org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandlerreadFrom(ProtoStreamReader reader) voidwriteTo(ProtoStreamWriter writer, org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler handler) 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
-
CombinedInterceptorAndDecoratorStackMethodHandlerMarshaller
public CombinedInterceptorAndDecoratorStackMethodHandlerMarshaller()
-
-
Method Details
-
getJavaClass
public Class<? extends org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler> getJavaClass()- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>- Specified by:
getJavaClassin interfaceMarshallable<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>
-
readFrom
public org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler readFrom(ProtoStreamReader reader) throws IOException - Specified by:
readFromin interfaceReadable<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler handler) throws IOException - Specified by:
writeToin interfaceWritable<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>- Throws:
IOException
-