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.impl.parser.mappers |
Converters from the protoparser model elements to protostream descriptors.
|
Modifier and Type | Method and Description |
---|---|
Map<String,FileDescriptor> |
SerializationContext.getFileDescriptors()
Obtain the registered file descriptors.
|
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.
|
Modifier and Type | Method and Description |
---|---|
FileDescriptor |
FileDescriptor.Builder.build() |
FileDescriptor |
Descriptor.getFileDescriptor() |
FileDescriptor |
EnumValueDescriptor.getFileDescriptor() |
FileDescriptor |
AnnotatedDescriptor.getFileDescriptor() |
FileDescriptor |
EnumDescriptor.getFileDescriptor() |
FileDescriptor |
FieldDescriptor.getFileDescriptor() |
FileDescriptor |
ExtendDescriptor.getFileDescriptor() |
Modifier and Type | Method and Description |
---|---|
Map<String,FileDescriptor> |
FileDescriptor.getDependants() |
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 |
---|---|
Map<String,FileDescriptor> |
SerializationContextImpl.getFileDescriptors() |
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 |
---|---|
FileDescriptor |
ProtofileMapper.map(com.squareup.protoparser.ProtoFile protoFile) |
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.