toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service
/
ParameterDescriptor
Parameter
Descriptor
data
class
ParameterDescriptor
(
val
name
:
String
,
val
type
:
TypeDescriptor
,
val
annotations
:
List
<
AnnotationDescriptor
>
)
:
Serializable
Members
Constructors
Parameter
Descriptor
Link copied to clipboard
constructor
(
name
:
String
,
type
:
TypeDescriptor
,
annotations
:
List
<
AnnotationDescriptor
>
)
Properties
annotations
Link copied to clipboard
val
annotations
:
List
<
AnnotationDescriptor
>
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
TypeDescriptor