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.
2 parents f5cc9dc + 914ea89 commit f02d757Copy full SHA for f02d757
metafacture-mangling/src/main/java/org/metafacture/mangling/ObjectToLiteral.java
@@ -19,6 +19,7 @@
19
import org.metafacture.framework.FluxCommand;
20
import org.metafacture.framework.StreamReceiver;
21
import org.metafacture.framework.annotations.Description;
22
+import org.metafacture.framework.annotations.In;
23
import org.metafacture.framework.annotations.Out;
24
import org.metafacture.framework.helpers.DefaultObjectPipe;
25
@@ -29,6 +30,7 @@
29
30
* @author Christoph Böhme, Fabian Steeg
31
*/
32
@Description("Outputs a record containing the input object as literal")
33
+@In(Object.class)
34
@Out(StreamReceiver.class)
35
@FluxCommand("object-to-literal")
36
public final class ObjectToLiteral<T> extends
0 commit comments