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
/
Type
/
Companion
Companion
object
Companion
Members
Functions
from
Elements
Link copied to clipboard
@
JvmStatic
fun
fromElements
(
packageName
:
String
?
,
elements
:
List
<
TypeElement
>
,
syntax
:
Syntax
)
:
List
<
Type
>
get
Link copied to clipboard
fun
get
(
namespaces
:
List
<
String
>
,
protoType
:
ProtoType
,
type
:
TypeElement
,
syntax
:
Syntax
)
:
Type
to
Elements
Link copied to clipboard
@
JvmStatic
fun
toElements
(
types
:
List
<
Type
>
)
:
List
<
TypeElement
>