wire-profiles / com.squareup.wire.java.internal

Package com.squareup.wire.java.internal

Types

ProfileFileElement

data class ProfileFileElement

A single .wire file. This file is structured similarly to a .proto file, but with different elements.

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.