interface CustomHandlerBeta
Implementations of this interface must have a no-arguments public constructor. |
|
data class CustomTargetBeta : Target
Generate something custom defined by an external class. |
|
data class JavaTarget : Target
Generate |
|
data class KotlinTarget : Target
Generate |
|
interface NewProfileLoader |
|
class NewSchemaLoader : Closeable, Loader, NewProfileLoader
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. |
|
data class NullTarget : Target
Omit code generation for these sources. Use this for a dry-run. |
|
data class ProtoTarget : Target |
|
sealed class Target : Serializable |
|
data class WireRun
An invocation of the Wire compiler. Each invocation performs the following operations: |