Class AnnotatedParameterMarshaller<X,T extends org.jboss.weld.annotated.slim.SlimAnnotatedType<X>,C extends jakarta.enterprise.inject.spi.AnnotatedConstructor<X>,M extends jakarta.enterprise.inject.spi.AnnotatedMethod<X>,P extends jakarta.enterprise.inject.spi.AnnotatedParameter<X>>
java.lang.Object
org.wildfly.clustering.weld.annotated.slim.AnnotatedParameterMarshaller<X,T,C,M,P>
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<P>,org.infinispan.protostream.ProtobufTagMarshaller<P>,Marshallable<P>,ProtoStreamMarshaller<P>,Readable<P>,Writable<P>
public class AnnotatedParameterMarshaller<X,T extends org.jboss.weld.annotated.slim.SlimAnnotatedType<X>,C extends jakarta.enterprise.inject.spi.AnnotatedConstructor<X>,M extends jakarta.enterprise.inject.spi.AnnotatedMethod<X>,P extends jakarta.enterprise.inject.spi.AnnotatedParameter<X>>
extends Object
implements ProtoStreamMarshaller<P>
Generic marshaller for an
AnnotatedParameter.- 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, P parameter) 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
-
AnnotatedParameterMarshaller
-
-
Method Details
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<X>- Specified by:
getJavaClassin interfaceMarshallable<X>
-
readFrom
- Specified by:
readFromin interfaceReadable<X>- Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceWritable<X>- Throws:
IOException
-