Package-level declarations

Types

Link copied to clipboard

Builds a schema out of written .proto files.

Link copied to clipboard
class WireTestLogger : WireLogger

Functions

Link copied to clipboard

Wire loads runtime protos such as google/protobuf/descriptor.proto when it needs to load a schema. This method adds empty protos to please Wire. However, if the proto schema getting loaded relies on those runtime protos' types like FieldOptions or wire_package, you will have to provide the original content of those files.

Link copied to clipboard
inline fun buildSchema(builderAction: SchemaBuilder.() -> Unit): Schema

Builds a schema out of written .proto files.