Class AnnotatedConstructorMarshaller<X,T extends org.jboss.weld.annotated.slim.SlimAnnotatedType<X>,C extends jakarta.enterprise.inject.spi.AnnotatedConstructor<X>>
- java.lang.Object
-
- org.wildfly.clustering.weld.annotated.slim.AnnotatedCallableMarshaller<X,Constructor<X>,T,jakarta.enterprise.inject.spi.AnnotatedConstructor<X>,C>
-
- org.wildfly.clustering.weld.annotated.slim.AnnotatedConstructorMarshaller<X,T,C>
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<C>,org.infinispan.protostream.ProtobufTagMarshaller<C>,Marshallable<C>,ProtoStreamMarshaller<C>
public class AnnotatedConstructorMarshaller<X,T extends org.jboss.weld.annotated.slim.SlimAnnotatedType<X>,C extends jakarta.enterprise.inject.spi.AnnotatedConstructor<X>> extends AnnotatedCallableMarshaller<X,Constructor<X>,T,jakarta.enterprise.inject.spi.AnnotatedConstructor<X>,C>
Generic marshaller for anAnnotatedConstructor.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description AnnotatedConstructorMarshaller(Class<C> 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
-
-