moshi
1.14.0
moshi
/
com.squareup.moshi.internal
/
Util
/
ParameterizedTypeImpl
Parameterized
Type
Impl
class
ParameterizedTypeImpl
:
ParameterizedType
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Parameterized
Type
Impl
Link copied to clipboard
open
fun
ParameterizedTypeImpl
(
@
Nullable
ownerType
:
Type
,
rawType
:
Type
,
typeArguments
:
Array
<
Type
>
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
fun
equals
(
other
:
Any
)
:
Boolean
Content copied to clipboard
get
Actual
Type
Arguments
Link copied to clipboard
open
fun
getActualTypeArguments
(
)
:
Array
<
Type
>
Content copied to clipboard
get
Owner
Type
Link copied to clipboard
abstract
fun
getOwnerType
(
)
:
Type
Content copied to clipboard
get
Raw
Type
Link copied to clipboard
abstract
fun
getRawType
(
)
:
Type
Content copied to clipboard
get
Type
Name
Link copied to clipboard
open
fun
getTypeName
(
)
:
String
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard
Properties
owner
Type
Link copied to clipboard
@
Nullable
@get:
Nullable
val
ownerType
:
Type
Content copied to clipboard
raw
Type
Link copied to clipboard
val
rawType
:
Type
Content copied to clipboard
type
Arguments
Link copied to clipboard
val
typeArguments
:
Array
<
Type
>
Content copied to clipboard