ProfileFileElement
data class ProfileFileElement
A single .wire file. This file is structured similarly to a .proto file, but with different elements.
.wire
.proto
ProfileParser
class ProfileParser
Parses .wire files.
TypeConfigElement
data class TypeConfigElement
Configures how Wire will generate code for a specific type. This configuration belongs in a build.wire file that is in the same directory as the configured type.
build.wire