aigentic
0.4.0-SNAPSHOT
common
core
/
community.flock.aigentic.core.tool
/
SerializerToParameter
/
Element
Element
data
class
Element
(
val
name
:
String
,
val
descriptor
:
SerialDescriptor
,
val
annotations
:
List
<
Annotation
>
)
Members
Members & Extensions
Constructors
Element
Link copied to clipboard
constructor
(
name
:
String
,
descriptor
:
SerialDescriptor
,
annotations
:
List
<
Annotation
>
)
Properties
annotations
Link copied to clipboard
val
annotations
:
List
<
Annotation
>
descriptor
Link copied to clipboard
val
descriptor
:
SerialDescriptor
name
Link copied to clipboard
val
name
:
String
Functions
to
Array
Link copied to clipboard
fun
SerializerToParameter.Element
.
toArray
(
)
:
Parameter.Complex.Array
to
Enum
Link copied to clipboard
fun
SerializerToParameter.Element
.
toEnum
(
)
:
Parameter.Complex.Enum
to
Map
Link copied to clipboard
fun
SerializerToParameter.Element
.
toMap
(
)
:
Parameter.Complex.Object
to
Object
Link copied to clipboard
fun
SerializerToParameter.Element
.
toObject
(
)
:
Parameter.Complex.Object
to
Parameter
Link copied to clipboard
fun
SerializerToParameter.Element
.
toParameter
(
)
:
Parameter
to
Primitive
Link copied to clipboard
fun
SerializerToParameter.Element
.
toPrimitive
(
type
:
ParameterType.Primitive
)
:
Parameter.Primitive