Package | Description |
---|---|
org.infinispan.protostream |
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
|
org.infinispan.protostream.descriptors |
Represents information contained in a proto file
|
org.infinispan.protostream.impl |
Protostream internals.
|
org.infinispan.protostream.impl.parser |
Protobuf files parser.
|
org.infinispan.protostream.sampledomain.marshallers |
Modifier and Type | Method and Description |
---|---|
void |
FileDescriptorSource.ProgressCallback.handleError(String fileName,
DescriptorParserException exception) |
Modifier and Type | Method and Description |
---|---|
Map<String,FileDescriptor> |
DescriptorParser.parse(FileDescriptorSource fileDescriptorSource)
Parses a set of protofiles but does not resolve dependencies.
|
Map<String,FileDescriptor> |
DescriptorParser.parseAndResolve(FileDescriptorSource fileDescriptorSource)
Parses a set of protofiles and resolves imports and types.
|
void |
SerializationContext.registerProtoFiles(FileDescriptorSource source) |
Modifier and Type | Method and Description |
---|---|
boolean |
FileDescriptor.resolveDependencies(FileDescriptorSource.ProgressCallback progressCallback,
Map<String,FileDescriptor> fileDescriptorMap,
Map<String,GenericDescriptor> allTypes) |
Modifier and Type | Method and Description |
---|---|
void |
SerializationContextImpl.registerProtoFiles(FileDescriptorSource source) |
Modifier and Type | Method and Description |
---|---|
Map<String,FileDescriptor> |
SquareProtoParser.parse(FileDescriptorSource fileDescriptorSource) |
Map<String,FileDescriptor> |
SquareProtoParser.parseAndResolve(FileDescriptorSource fileDescriptorSource) |
Modifier and Type | Method and Description |
---|---|
static void |
MarshallerRegistration.registerMarshallers(SerializationContext ctx) |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.