wire-profiles
Module Contents
alltypes
Module Contents
data
class
AdapterConstant
Module Contents
AdapterConstant
(
javaClassName
:
ClassName
,
kotlinClassName
:
ClassName
,
memberName
:
String
)
operator
fun
invoke
(
adapter
:
String
)
:
AdapterConstant
@JvmField
val
javaClassName
:
ClassName
@JvmField
val
kotlinClassName
:
ClassName
@JvmField
val
memberName
:
String
class
Profile
Module Contents
Profile
(
profileFiles
:
List
<
ProfileFileElement
>
=
emptyList()
)
fun
getAdapter
(
type
:
ProtoType
)
:
AdapterConstant
?
fun
javaTarget
(
type
:
ProtoType
)
:
TypeName
?
fun
kotlinTarget
(
type
:
ProtoType
)
:
TypeName
?
data
class
ProfileFileElement
Module Contents
ProfileFileElement
(
location
:
Location
,
packageName
:
String
?
=
null
,
imports
:
List
<
String
>
=
emptyList()
,
typeConfigs
:
List
<
TypeConfigElement
>
=
emptyList()
)
val
imports
:
List
<
String
>
val
location
:
Location
val
packageName
:
String
?
fun
toSchema
(
)
:
<ERROR CLASS>
val
typeConfigs
:
List
<
TypeConfigElement
>
class
ProfileParser
Module Contents
ProfileParser
(
location
:
Location
,
data
:
String
)
fun
read
(
)
:
ProfileFileElement
data
class
TypeConfigElement
Module Contents
TypeConfigElement
(
location
:
Location
,
type
:
String
?
=
null
,
documentation
:
String
=
""
,
with
:
List
<
OptionElement
>
=
emptyList()
,
target
:
String
?
=
null
,
adapter
:
String
?
=
null
)
val
adapter
:
String
?
val
documentation
:
String
val
location
:
Location
val
target
:
String
?
fun
toSchema
(
)
:
<ERROR CLASS>
val
type
:
String
?
val
with
:
List
<
OptionElement
>
package
com.squareup.wire.java
Module Contents
data
class
AdapterConstant
Module Contents
AdapterConstant
(
javaClassName
:
ClassName
,
kotlinClassName
:
ClassName
,
memberName
:
String
)
operator
fun
invoke
(
adapter
:
String
)
:
AdapterConstant
@JvmField
val
javaClassName
:
ClassName
@JvmField
val
kotlinClassName
:
ClassName
@JvmField
val
memberName
:
String
class
Profile
Module Contents
Profile
(
profileFiles
:
List
<
ProfileFileElement
>
=
emptyList()
)
fun
getAdapter
(
type
:
ProtoType
)
:
AdapterConstant
?
fun
javaTarget
(
type
:
ProtoType
)
:
TypeName
?
fun
kotlinTarget
(
type
:
ProtoType
)
:
TypeName
?
package
com.squareup.wire.java.internal
Module Contents
data
class
ProfileFileElement
Module Contents
ProfileFileElement
(
location
:
Location
,
packageName
:
String
?
=
null
,
imports
:
List
<
String
>
=
emptyList()
,
typeConfigs
:
List
<
TypeConfigElement
>
=
emptyList()
)
val
imports
:
List
<
String
>
val
location
:
Location
val
packageName
:
String
?
fun
toSchema
(
)
:
<ERROR CLASS>
val
typeConfigs
:
List
<
TypeConfigElement
>
class
ProfileParser
Module Contents
ProfileParser
(
location
:
Location
,
data
:
String
)
fun
read
(
)
:
ProfileFileElement
data
class
TypeConfigElement
Module Contents
TypeConfigElement
(
location
:
Location
,
type
:
String
?
=
null
,
documentation
:
String
=
""
,
with
:
List
<
OptionElement
>
=
emptyList()
,
target
:
String
?
=
null
,
adapter
:
String
?
=
null
)
val
adapter
:
String
?
val
documentation
:
String
val
location
:
Location
val
target
:
String
?
fun
toSchema
(
)
:
<ERROR CLASS>
val
type
:
String
?
val
with
:
List
<
OptionElement
>