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>
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 anAnnotatedMethod.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description AnnotatedMethodMarshaller(Class<M> targetClass, Class<T> typeClass)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.weld.annotated.slim.AnnotatedCallableMarshaller
getJavaClass, readFrom, writeTo
-
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
-
-