Move

open class Move @Inject constructor : Serializable

A directive to move a type to a new location and adjust all references to the type in this schema. Typically this is used with proto output to refactor a proto project.

wire {
move {
type = "squareup.geology.Period"
targetPath = "squareup/geology/geology.proto"
}

proto {}
}

Constructors

Link copied to clipboard
@Inject
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
var type: String?

Functions

Link copied to clipboard
fun toTypeMoverMove(): TypeMover.Move