Class AnnotatedMethodMarshaller<X,T extends org.jboss.weld.annotated.slim.SlimAnnotatedType<X>,M extends jakarta.enterprise.inject.spi.AnnotatedMethod<X>>
java.lang.Object
org.wildfly.clustering.weld.annotated.slim.AnnotatedCallableMarshaller<X,Method,T,jakarta.enterprise.inject.spi.AnnotatedMethod<? super X>,M>
org.wildfly.clustering.weld.annotated.slim.AnnotatedMethodMarshaller<X,T,M>
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<M>,org.infinispan.protostream.ProtobufTagMarshaller<M>,Marshallable<M>,ProtoStreamMarshaller<M>,Readable<M>,Writable<M>
public class AnnotatedMethodMarshaller<X,T extends org.jboss.weld.annotated.slim.SlimAnnotatedType<X>,M extends jakarta.enterprise.inject.spi.AnnotatedMethod<X>>
extends AnnotatedCallableMarshaller<X,Method,T,jakarta.enterprise.inject.spi.AnnotatedMethod<? super X>,M>
Generic marshaller for an
AnnotatedMethod.- 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
Methods inherited from class org.wildfly.clustering.weld.annotated.slim.AnnotatedCallableMarshaller
getJavaClass, readFrom, writeToMethods 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
-
AnnotatedMethodMarshaller
-