Uses of Class
org.infinispan.protostream.annotations.impl.processor.dependency.CompileTimeDependency
Packages that use CompileTimeDependency
Package
Description
Compile time annotations processor for Protostream annotations to generate Protobuf schemas and marshallers.
-
Uses of CompileTimeDependency in org.infinispan.protostream.annotations.impl.processor
Fields in org.infinispan.protostream.annotations.impl.processor with type parameters of type CompileTimeDependencyModifier and TypeFieldDescriptionprivate final Map<XClass, CompileTimeDependency> CompileTimeProtoSchemaGenerator.dependencies(package private) final Map<XClass, CompileTimeDependency> AutoProtoSchemaBuilderAnnotationProcessor.ProcessorContext.marshalledClassesConstructor parameters in org.infinispan.protostream.annotations.impl.processor with type arguments of type CompileTimeDependencyModifierConstructorDescription(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)