| Package | Description |
|---|---|
| io.protostuff.compiler.model | |
| io.protostuff.compiler.parser |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Descriptor
Base interface for all proto elements.
|
interface |
FieldContainer |
interface |
UserType |
interface |
UserTypeContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDescriptor
Base class for all protocol buffer descriptors:
message
enum
service
method
|
class |
AbstractElement |
class |
AbstractUserType |
class |
AbstractUserTypeContainer |
static class |
DynamicMessage.Value |
class |
Enum |
class |
EnumConstant
Enum value (constant).
|
class |
Extension |
class |
Field |
class |
Group |
class |
Import |
class |
Message |
class |
Oneof |
class |
Package |
class |
Proto |
class |
Range
Reserved tag range
|
class |
Service |
class |
ServiceMethod |
class |
Syntax |
| Modifier and Type | Method and Description |
|---|---|
Element |
DynamicMessage.Value.getParent() |
Element |
Element.getParent() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Type & Element> |
ProtoContext.register(String fullyQualifiedName,
T type)
Register user type in symbol table.
|
| Constructor and Description |
|---|
ParserException(Element sourceElement,
String format,
Object... args) |
Copyright © 2015–2016. All rights reserved.