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>
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 anAnnotatedParameter.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<P>getJavaClass()PreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, P parameter)-
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<P> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<X>- Specified by:
getJavaClassin interfaceMarshallable<X>
-
readFrom
public P readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<X>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, P parameter) throws IOException
- Specified by:
writeToin interfaceMarshallable<X>- Throws:
IOException
-
-