Uses of Class
org.infinispan.protostream.annotations.AutoProtoSchemaBuilder
-
Packages that use AutoProtoSchemaBuilder Package Description org.infinispan.commons Commons packageorg.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of AutoProtoSchemaBuilder in org.infinispan.commons
Classes in org.infinispan.commons with annotations of type AutoProtoSchemaBuilder Modifier and Type Interface Description interfaceGlobalContextInitializerInterface used to initialise the globalSerializationContextusing the specified Pojos, and the generated proto files and marshallers. -
Uses of AutoProtoSchemaBuilder in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall with annotations of type AutoProtoSchemaBuilder Modifier and Type Interface Description interfacePersistenceContextInitializerInterface used to initialise aSerializationContextusing the specified Pojos, Marshaller implementations and provided .proto schemas.interfaceUserContextInitializerInterface used to initialise aSerializationContextusing the specified Pojos, Marshaller implementations and provided .proto schemas.
-