ApiSpecDef

data class ApiSpecDef(path: String, isIterable: Boolean, isMapping: Boolean, isCallable: Boolean, callableArgs: List<String?>, _type: String?, _repeatedReferenceTo: String?, _isJsonType: Boolean?, _iterableValueType: String?, _mappingKeyType: String?, _mappingValueType: String?, _callableReturnType: String?, _callableArgTypes: List<String>?)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component10
Link copied to clipboard
operator fun component10(): String?
component11
Link copied to clipboard
operator fun component11(): String?
component12
Link copied to clipboard
operator fun component12(): String?
component13
Link copied to clipboard
operator fun component13(): List<String>?
component2
Link copied to clipboard
operator fun component2(): Boolean
component3
Link copied to clipboard
operator fun component3(): Boolean
component4
Link copied to clipboard
operator fun component4(): Boolean
component5
Link copied to clipboard
operator fun component5(): List<String?>
component6
Link copied to clipboard
operator fun component6(): String?
component7
Link copied to clipboard
operator fun component7(): String?
component8
Link copied to clipboard
operator fun component8(): Boolean?
component9
Link copied to clipboard
operator fun component9(): String?
copy
Link copied to clipboard
fun copy(path: String, isIterable: Boolean, isMapping: Boolean, isCallable: Boolean, callableArgs: List<String?>, _type: String? = null, _repeatedReferenceTo: String? = null, _isJsonType: Boolean? = null, _iterableValueType: String? = null, _mappingKeyType: String? = null, _mappingValueType: String? = null, _callableReturnType: String? = null, _callableArgTypes: List<String>? = null): ApiSpecDef
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

_callableArgTypes
Link copied to clipboard
var _callableArgTypes: List<String>? = null
_callableReturnType
Link copied to clipboard
var _callableReturnType: String? = null
_isJsonType
Link copied to clipboard
var _isJsonType: Boolean? = null
_iterableValueType
Link copied to clipboard
var _iterableValueType: String? = null
_mappingKeyType
Link copied to clipboard
var _mappingKeyType: String? = null
_mappingValueType
Link copied to clipboard
var _mappingValueType: String? = null
_repeatedReferenceTo
Link copied to clipboard
var _repeatedReferenceTo: String? = null
_type
Link copied to clipboard
var _type: String? = null
callableArgs
Link copied to clipboard
var callableArgs: List<String?>
isCallable
Link copied to clipboard
var isCallable: Boolean
isIterable
Link copied to clipboard
var isIterable: Boolean
isMapping
Link copied to clipboard
var isMapping: Boolean
path
Link copied to clipboard
var path: String

Sources

jvm source
Link copied to clipboard