Wow
Toggle table of contents
9.0.16
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-schema
/
me.ahoo.wow.schema.naming
/
SchemaNamingModule
Schema
Naming
Module
class
SchemaNamingModule
@
JvmOverloads
constructor
(
val
defaultSchemaNamePrefix
:
String
=
""
,
onDefinitionName
:
(
DefinitionKey
,
String
)
->
Unit
=
{ _, _ -> }
)
:
DefaultSchemaNamePrefixCapable
,
Module
Members
Constructors
Schema
Naming
Module
Link copied to clipboard
@
JvmOverloads
constructor
(
defaultSchemaNamePrefix
:
String
=
""
,
onDefinitionName
:
(
DefinitionKey
,
String
)
->
Unit
=
{ _, _ -> }
)
Properties
default
Schema
Name
Prefix
Link copied to clipboard
open
override
val
defaultSchemaNamePrefix
:
String
Functions
apply
To
Config
Builder
Link copied to clipboard
open
override
fun
applyToConfigBuilder
(
builder
:
SchemaGeneratorConfigBuilder
)