| Package | Description |
|---|---|
| io.protostuff.compiler.model | |
| io.protostuff.compiler.parser |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldType
Base interface for protocol buffers types that can be used as field type.
|
interface |
UserType |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUserType |
class |
Enum |
class |
Group |
class |
Message |
class |
ScalarFieldType
Field types for scalar value types.
|
class |
Service |
| Modifier and Type | Method and Description |
|---|---|
<T extends Type> |
ProtoContext.resolve(Class<T> typeClass,
String fullyQualifiedName) |
<T extends Type> |
ProtoContext.resolve(String typeName,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Type |
ProtoContext.resolve(String fullyQualifiedName) |
Type |
ProtoContext.resolveImport(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtoContext.register(String fullyQualifiedName,
Type type)
Register user type in symbol table.
|
Copyright © 2015–2016. All rights reserved.