Comparator Tool API
Toggle table of contents
1.2.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Comparator Tool API
Comparator Tool API
/
io.fletchly.comparator.model.tool
/
Parameter
/
Parameter
Parameter
constructor
(
name
:
String
,
type
:
Parameter.Type
,
description
:
String
,
required
:
Boolean
=
true
,
enum
:
List
<
String
>
?
=
null
,
elementType
:
Parameter.Type
?
=
null
)