FileMaestro
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
FileMaestro
FileMaestro
/
net.exoad.filemaestro.daemon
/
ConversionRequest
Conversion
Request
data
class
ConversionRequest
<
T
>
(
val
from
:
FileFormat
<
T
>
,
val
to
:
FileFormat
<
T
>
,
val
template
:
TemplateContext
)
Members
Constructors
Conversion
Request
Link copied to clipboard
constructor
(
from
:
FileFormat
<
T
>
,
to
:
FileFormat
<
T
>
,
template
:
TemplateContext
)
Properties
from
Link copied to clipboard
val
from
:
FileFormat
<
T
>
template
Link copied to clipboard
val
template
:
TemplateContext
to
Link copied to clipboard
val
to
:
FileFormat
<
T
>