toggle menu
hexagon
4.0.0-A6
jvm
switch theme
search in API
args
/
com.hexagontk.args.formatter
/
PropertyFormatter
Property
Formatter
class
PropertyFormatter
(
namesSeparator
:
String
=
", "
,
expandRegex
:
Boolean
=
false
,
fieldSeparator
:
String
=
". "
)
:
Formatter
<
Property
<
*
>
>
Members
Constructors
Property
Formatter
Link copied to clipboard
constructor
(
namesSeparator
:
String
=
", "
,
expandRegex
:
Boolean
=
false
,
fieldSeparator
:
String
=
". "
)
Functions
definition
Link copied to clipboard
open
override
fun
definition
(
component
:
Property
<
*
>
)
:
String
detail
Link copied to clipboard
open
override
fun
detail
(
component
:
Property
<
*
>
)
:
String
summary
Link copied to clipboard
open
override
fun
summary
(
component
:
Property
<
*
>
)
:
String