Package | Description |
---|---|
org.infinispan.protostream.descriptors |
Represents information contained in a proto file
|
Modifier and Type | Class and Description |
---|---|
class |
Descriptor
Represents a message declaration in a proto file.
|
class |
EnumDescriptor
Represents an enum in a proto file.
|
Modifier and Type | Method and Description |
---|---|
GenericDescriptor |
GenericDescriptor.getContainingType() |
Modifier and Type | Method and Description |
---|---|
Map<String,GenericDescriptor> |
FileDescriptor.getTypes()
All types defined in this file (both message and enum).
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileDescriptor.resolveDependencies(FileDescriptorSource.ProgressCallback progressCallback,
Map<String,FileDescriptor> fileDescriptorMap,
Map<String,GenericDescriptor> allTypes) |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.