| Package | Description |
|---|---|
| org.infinispan.protostream.annotations |
Annotations for defining Protocol Buffers schemas in Java code.
|
| org.infinispan.protostream.annotations.impl |
Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle
this metadata in order to generate Protobuf schemas and marshallers.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ProtoSchemaBuilder.build(SerializationContext serializationContext)
Deprecated.
Builds the Protocol Buffers schema file defining the types and generates marshaller implementations for these
types and registers everything with the given
SerializationContext. |
String |
ProtoSchemaBuilder.build(SerializationContext serializationContext,
ClassLoader classLoader)
Deprecated.
Builds the Protocol Buffers schema file defining the types and generates marshaller implementations for these
types and registers everything with the given
SerializationContext.The generated classes are defined in
the given ClassLoader. |
| Modifier and Type | Method and Description |
|---|---|
String |
BaseProtoSchemaGenerator.generateAndRegister() |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.