wire-schema
Toggle table of contents
5.3.11
common
Platform filter
common
Switch theme
Search in API
wire-schema
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