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 |
|
data class NullTarget : Target
Omit code generation for these sources. Use this for a dry-run. |
|
interface ProfileLoader |
|
data class ProtoTarget : Target |
|
class SchemaLoader : Closeable, Loader, ProfileLoader
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 SwiftTarget : Target |
|
sealed class Target : Serializable |
|
data class WireRun
An invocation of the Wire compiler. Each invocation performs the following operations: |