We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cc9dc commit 21accfeCopy full SHA for 21accfe
metafacture-mangling/src/main/java/org/metafacture/mangling/ObjectToLiteral.java
@@ -29,6 +29,7 @@
29
* @author Christoph Böhme, Fabian Steeg
30
*/
31
@Description("Outputs a record containing the input object as literal")
32
+@In(Object.class)
33
@Out(StreamReceiver.class)
34
@FluxCommand("object-to-literal")
35
public final class ObjectToLiteral<T> extends
0 commit comments