toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-openapi
/
me.ahoo.wow.openapi
/
SchemaRef
/
Companion
Companion
object
Companion
Members
Properties
COMPONENTS_SCHEMAS_REF
Link copied to clipboard
const
val
COMPONENTS_SCHEMAS_REF
:
String
ERROR_INFO
Link copied to clipboard
val
ERROR_INFO
:
SchemaRef
Functions
to
Array
Schema
Link copied to clipboard
fun
Schema
<
*
>
.
toArraySchema
(
)
:
ArraySchema
to
Ref
Schema
Link copied to clipboard
fun
Class
<
*
>
.
toRefSchema
(
)
:
Schema
<
*
>
fun
String
.
toRefSchema
(
)
:
Schema
<
*
>
to
Schema
Name
Link copied to clipboard
fun
Class
<
*
>
.
toSchemaName
(
)
:
String
?
to
Schema
Ref
Link copied to clipboard
fun
Class
<
*
>
.
toSchemaRef
(
)
:
SchemaRef
fun
Class
<
out
Enum
<
*
>
>
.
toSchemaRef
(
default
:
String
?
=
null
)
:
SchemaRef
fun
Class
<
*
>
.
toSchemaRef
(
propertyName
:
String
,
propertyType
:
Class
<
*
>
,
isArray
:
Boolean
=
false
)
:
SchemaRef
fun
Class
<
*
>
.
toSchemaRef
(
propertyName
:
String
,
propertySchemaRef
:
SchemaRef
,
isArray
:
Boolean
=
false
)
:
SchemaRef
to
Schemas
Link copied to clipboard
fun
Class
<
*
>
.
toSchemas
(
)
:
Map
<
String
,
Schema
<
*
>
>