All Types

com.squareup.wire.schema.CustomHandlerBeta

Implementations of this interface must have a no-arguments public constructor.

com.squareup.wire.schema.CustomTargetBeta

Generate something custom defined by an external class.

com.squareup.wire.schema.JavaTarget

Generate .java sources.

com.squareup.wire.schema.KotlinTarget

Generate .kt sources.

com.squareup.wire.schema.NewProfileLoader
com.squareup.wire.schema.NewSchemaLoader

Load proto files and their transitive dependencies and parse them. Keep track of which files were loaded from where so that we can use that information later when deciding what to generate.

com.squareup.wire.schema.NullTarget

Omit code generation for these sources. Use this for a dry-run.

com.squareup.wire.schema.ProtoTarget
com.squareup.wire.schema.Target
com.squareup.wire.WireCompiler

Command line interface to the Wire Java generator.

com.squareup.wire.WireLogger
com.squareup.wire.schema.WireRun

An invocation of the Wire compiler. Each invocation performs the following operations: