Wow
Toggle table of contents
8.6.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-openapi
/
me.ahoo.wow.openapi.contract
/
HttpSchema
/
TypeRef
Type
Ref
data
class
TypeRef
(
val
mainTargetType
:
Type
,
val
typeParameters
:
List
<
Type
>
=
emptyList()
)
:
HttpSchema
Members
Constructors
Type
Ref
Link copied to clipboard
constructor
(
mainTargetType
:
Type
,
typeParameters
:
List
<
Type
>
=
emptyList()
)
Properties
main
Target
Type
Link copied to clipboard
val
mainTargetType
:
Type
type
Parameters
Link copied to clipboard
val
typeParameters
:
List
<
Type
>