Uses of Class
org.infinispan.protostream.annotations.impl.processor.GeneratedFilesWriter
Packages that use GeneratedFilesWriter
Package
Description
Compile time annotations processor for Protostream annotations to generate Protobuf schemas and marshallers.
-
Uses of GeneratedFilesWriter in org.infinispan.protostream.annotations.impl.processor
Fields in org.infinispan.protostream.annotations.impl.processor declared as GeneratedFilesWriterModifier and TypeFieldDescriptionprivate GeneratedFilesWriterAutoProtoSchemaBuilderAnnotationProcessor.generatedFilesWriterprivate final GeneratedFilesWriterMarshallerSourceCodeGenerator.generatedFilesWriterConstructors in org.infinispan.protostream.annotations.impl.processor with parameters of type GeneratedFilesWriterModifierConstructorDescription(package private)CompileTimeProtoSchemaGenerator(XTypeFactory typeFactory, GeneratedFilesWriter generatedFilesWriter, SerializationContext serializationContext, String generator, String fileName, String packageName, Map<XClass, CompileTimeDependency> dependencies, Set<XClass> classes, boolean autoImportClasses, ProtoSyntax syntax, boolean allowNullFields, AnnotatedClassScanner classScanner) (package private)MarshallerSourceCodeGenerator(GeneratedFilesWriter generatedFilesWriter, XTypeFactory typeFactory, String protobufSchemaPackage)