toggle menu
wire-schema
5.0.0
common
switch theme
search in API
wire-schema
/
com.squareup.wire.schema
/
SchemaHandler
/
Factory
Factory
interface
Factory
:
Serializable
Implementations of this interface must have a no-arguments public constructor.
Members
Functions
create
Link copied to clipboard
abstract
fun
create
(
includes
:
List
<
String
>
,
excludes
:
List
<
String
>
,
exclusive
:
Boolean
,
outDirectory
:
String
,
options
:
Map
<
String
,
String
>
)
:
SchemaHandler