| Package | Description |
|---|---|
| org.infinispan.protostream.annotations |
Annotations for defining Protocol Buffers schemas in Java code.
|
| Modifier and Type | Method and Description |
|---|---|
ProtoSchemaBuilder |
ProtoSchemaBuilder.addClass(Class<?> clazz)
Deprecated.
Add a @ProtoXyz annotated class to be analyzed.
|
ProtoSchemaBuilder |
ProtoSchemaBuilder.addClasses(Class<?>... classes)
Deprecated.
Add several @ProtoXyz annotated classes to be analyzed.
|
ProtoSchemaBuilder |
ProtoSchemaBuilder.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.
|
ProtoSchemaBuilder |
ProtoSchemaBuilder.fileName(String fileName)
Deprecated.
Set the name of the Protobuf schema file to generate.
|
ProtoSchemaBuilder |
ProtoSchemaBuilder.generator(String generator)
Deprecated.
Sets the 'generated by' comment.
|
ProtoSchemaBuilder |
ProtoSchemaBuilder.packageName(String packageName)
Deprecated.
Set the name of the Protobuf package to generate.
|
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.