Tegral
0.0.4-SNAPSHOT
tegral-openapi-scriptdef
/
guru.zoroark.tegral.openapi.scriptdef
/
OpenApiScriptCompilationConfig
Open
Api
Script
Compilation
Config
object
OpenApiScriptCompilationConfig
:
ScriptCompilationConfiguration
Default compilation configuration for
OpenApiScript
.
Functions
Properties
Functions
contains
Key
Link copied to clipboard
fun
<
T
>
containsKey
(
key
:
PropertiesCollection.Key
<
T
>
)
:
Boolean
entries
Link copied to clipboard
fun
entries
(
)
:
Set
<
Map.Entry
<
PropertiesCollection.Key
<
*
>
,
Any
?
>
>
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Link copied to clipboard
operator
fun
<
T
>
get
(
key
:
PropertiesCollection.Key
<
T
>
)
:
T
?
get
No
Default
Link copied to clipboard
fun
<
T
>
getNoDefault
(
key
:
PropertiesCollection.Key
<
T
>
)
:
T
?
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
not
Transient
Data
Link copied to clipboard
val
notTransientData
:
Map
<
PropertiesCollection.Key
<
*
>
,
Any
?
>