Class AnnotatedCallableMarshaller<X,​E extends Executable,​T extends org.jboss.weld.annotated.slim.SlimAnnotatedType<X>,​C extends jakarta.enterprise.inject.spi.AnnotatedCallable<? super X>,​SC extends jakarta.enterprise.inject.spi.AnnotatedCallable<X>>

  • All Implemented Interfaces:
    org.infinispan.protostream.BaseMarshaller<SC>, org.infinispan.protostream.ProtobufTagMarshaller<SC>, Marshallable<SC>, ProtoStreamMarshaller<SC>
    Direct Known Subclasses:
    AnnotatedConstructorMarshaller, AnnotatedMethodMarshaller

    public class AnnotatedCallableMarshaller<X,​E extends Executable,​T extends org.jboss.weld.annotated.slim.SlimAnnotatedType<X>,​C extends jakarta.enterprise.inject.spi.AnnotatedCallable<? super X>,​SC extends jakarta.enterprise.inject.spi.AnnotatedCallable<X>>
    extends Object
    implements ProtoStreamMarshaller<SC>
    Generic marshaller for an AnnotatedCallable.
    Author:
    Paul Ferraro