public class StringDataConverter extends Object implements JIPipeDataConverter
Constructor and Description |
---|
StringDataConverter(Class<? extends JIPipeData> outputType) |
Modifier and Type | Method and Description |
---|---|
JIPipeData |
convert(JIPipeData input)
Converts the supported input type to the output type
|
Class<? extends JIPipeData> |
getInputType() |
Class<? extends JIPipeData> |
getOutputType() |
public StringDataConverter(Class<? extends JIPipeData> outputType)
public Class<? extends JIPipeData> getInputType()
getInputType
in interface JIPipeDataConverter
public Class<? extends JIPipeData> getOutputType()
getOutputType
in interface JIPipeDataConverter
public JIPipeData convert(JIPipeData input)
JIPipeDataConverter
convert
in interface JIPipeDataConverter
input
- the input dataCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.