Uses of Class
org.infinispan.protostream.annotations.impl.BaseProtoSchemaGenerator
Packages that use BaseProtoSchemaGenerator
Package
Description
Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle
this metadata in order to generate Protobuf schemas and marshallers.
Compile time annotations processor for Protostream annotations to generate Protobuf schemas and marshallers.
-
Uses of BaseProtoSchemaGenerator in org.infinispan.protostream.annotations.impl
Fields in org.infinispan.protostream.annotations.impl declared as BaseProtoSchemaGeneratorModifier and TypeFieldDescriptionprivate final BaseProtoSchemaGeneratorProtoMessageTypeMetadata.protoSchemaGeneratorConstructors in org.infinispan.protostream.annotations.impl with parameters of type BaseProtoSchemaGeneratorModifierConstructorDescriptionprotectedProtoMessageTypeMetadata(BaseProtoSchemaGenerator protoSchemaGenerator, XClass annotatedClass, XClass javaClass) -
Uses of BaseProtoSchemaGenerator in org.infinispan.protostream.annotations.impl.processor