toggle menu
wire-compiler
5.2.0
jvm
switch theme
search in API
wire-compiler
/
com.squareup.wire.schema
/
CustomTarget
/
CustomTarget
Custom
Target
constructor
(
includes
:
List
<
String
>
=
listOf("*")
,
excludes
:
List
<
String
>
=
listOf()
,
exclusive
:
Boolean
=
true
,
outDirectory
:
String
,
options
:
Map
<
String
,
String
>
=
mapOf()
,
schemaHandlerFactory
:
SchemaHandler.Factory
)