Uses of Class
org.infinispan.protostream.annotations.ProtoSchemaBuilder
-
Packages that use ProtoSchemaBuilder Package Description org.infinispan.protostream.annotations Annotations for defining Protocol Buffers schemas in Java code. -
-
Uses of ProtoSchemaBuilder in org.infinispan.protostream.annotations
Methods in org.infinispan.protostream.annotations that return ProtoSchemaBuilder Modifier and Type Method Description ProtoSchemaBuilderProtoSchemaBuilder. addClass(Class<?> clazz)Deprecated.Add a @ProtoXyz annotated class to be analyzed.ProtoSchemaBuilderProtoSchemaBuilder. addClasses(Class<?>... classes)Deprecated.Add several @ProtoXyz annotated classes to be analyzed.ProtoSchemaBuilderProtoSchemaBuilder. autoImportClasses(boolean autoImportClasses)Deprecated.A flag to control processing of classes that were not directly added but were discovered by analyzing the annotated fields/properties of the added classes.ProtoSchemaBuilderProtoSchemaBuilder. fileName(String fileName)Deprecated.Set the name of the Protobuf schema file to generate.ProtoSchemaBuilderProtoSchemaBuilder. generator(String generator)Deprecated.Sets the 'generated by' comment.ProtoSchemaBuilderProtoSchemaBuilder. packageName(String packageName)Deprecated.Set the name of the Protobuf package to generate.
-