Uses of Class
org.infinispan.protostream.annotations.impl.processor.CompileTimeProtoSchemaGenerator
Packages that use CompileTimeProtoSchemaGenerator
Package
Description
Compile time annotations processor for Protostream annotations to generate Protobuf schemas and marshallers.
-
Uses of CompileTimeProtoSchemaGenerator in org.infinispan.protostream.annotations.impl.processor
Methods in org.infinispan.protostream.annotations.impl.processor with parameters of type CompileTimeProtoSchemaGeneratorModifier and TypeMethodDescription(package private) voidAutoProtoSchemaBuilderAnnotationProcessor.ProcessorContext.add(String initializerFQN, String protobufFileName, CompileTimeProtoSchemaGenerator schemaGenerator) Constructors in org.infinispan.protostream.annotations.impl.processor with parameters of type CompileTimeProtoSchemaGeneratorModifierConstructorDescription(package private)CompileTimeProtoMessageTypeMetadata(CompileTimeProtoSchemaGenerator protoSchemaGenerator, XClass annotatedClass, XClass javaClass)