Class BackedAnnotatedTypeMarshaller<X>

java.lang.Object
org.wildfly.clustering.weld.annotated.slim.AnnotatedTypeMarshaller<X,org.jboss.weld.annotated.slim.backed.BackedAnnotatedType<X>>
org.wildfly.clustering.weld.annotated.slim.backed.BackedAnnotatedTypeMarshaller<X>
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jboss.weld.annotated.slim.backed.BackedAnnotatedType<X>>, org.infinispan.protostream.ProtobufTagMarshaller<org.jboss.weld.annotated.slim.backed.BackedAnnotatedType<X>>, Marshallable<org.jboss.weld.annotated.slim.backed.BackedAnnotatedType<X>>, ProtoStreamMarshaller<org.jboss.weld.annotated.slim.backed.BackedAnnotatedType<X>>, Readable<org.jboss.weld.annotated.slim.backed.BackedAnnotatedType<X>>, Writable<org.jboss.weld.annotated.slim.backed.BackedAnnotatedType<X>>

public class BackedAnnotatedTypeMarshaller<X> extends AnnotatedTypeMarshaller<X,org.jboss.weld.annotated.slim.backed.BackedAnnotatedType<X>>
Validates marshalling of BackedAnnotatedType.
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.jboss.weld.annotated.slim.backed.BackedAnnotatedType<X>
    getAnnotatedType(org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier identifier, org.jboss.weld.manager.BeanManagerImpl manager)
     

    Methods inherited from class org.wildfly.clustering.weld.annotated.slim.AnnotatedTypeMarshaller

    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.Marshallable

    size

    Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller

    getTypeName, read, write
  • Constructor Details

    • BackedAnnotatedTypeMarshaller

      public BackedAnnotatedTypeMarshaller()
  • Method Details

    • getAnnotatedType

      protected org.jboss.weld.annotated.slim.backed.BackedAnnotatedType<X> getAnnotatedType(org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier identifier, org.jboss.weld.manager.BeanManagerImpl manager)
      Overrides:
      getAnnotatedType in class AnnotatedTypeMarshaller<X,org.jboss.weld.annotated.slim.backed.BackedAnnotatedType<X>>