Class FileSpec
- java.lang.Object
-
- net.coru.api.generator.plugin.asyncapi.parameter.FileSpec
-
public class FileSpec extends Object
-
-
Constructor Summary
Constructors Constructor Description FileSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationParameterObjectgetConsumer()StringgetFilePath()OperationParameterObjectgetStreamBridge()OperationParameterObjectgetSupplier()
-
-
-
Method Detail
-
getFilePath
public String getFilePath()
-
getSupplier
public OperationParameterObject getSupplier()
-
getConsumer
public OperationParameterObject getConsumer()
-
getStreamBridge
public OperationParameterObject getStreamBridge()
-
-