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.
TypeConfigElement(location: Location, type: String? = null, documentation: String = "", with: List<OptionElement> = emptyList(), target: String? = null, adapter: String? = null)
Configures how Wire will generate code for a specific type. This configuration belongs in a
|
val adapter: String? |
|
val documentation: String |
|
val location: Location |
|
val target: String? |
|
val type: String? |
|
val with: List<OptionElement> |
fun toSchema(): <ERROR CLASS> |