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
Http
Schema
sealed
interface
HttpSchema
Inheritors
String
Integer
Boolean
Long
Object
Unspecified
Formatted
TypeRef
Array
ComponentRef
Raw
Members
Types
Array
Link copied to clipboard
data
class
Array
(
val
item
:
HttpSchema
)
:
HttpSchema
Boolean
Link copied to clipboard
data
object
Boolean
:
HttpSchema
Component
Ref
Link copied to clipboard
data
class
ComponentRef
(
val
key
:
String
)
:
HttpSchema
Formatted
Link copied to clipboard
data
class
Formatted
(
val
format
:
String
)
:
HttpSchema
Integer
Link copied to clipboard
data
object
Integer
:
HttpSchema
Long
Link copied to clipboard
data
object
Long
:
HttpSchema
Object
Link copied to clipboard
data
object
Object
:
HttpSchema
Raw
Link copied to clipboard
data
class
Raw
(
val
schema
:
Schema
<
*
>
)
:
HttpSchema
String
Link copied to clipboard
data
object
String
:
HttpSchema
Type
Ref
Link copied to clipboard
data
class
TypeRef
(
val
mainTargetType
:
Type
,
val
typeParameters
:
List
<
Type
>
=
emptyList()
)
:
HttpSchema
Unspecified
Link copied to clipboard
data
object
Unspecified
:
HttpSchema