Skip to content

Commit 21accfe

Browse files
authored
Update ObjectToLiteral.java
1 parent f5cc9dc commit 21accfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metafacture-mangling/src/main/java/org/metafacture/mangling/ObjectToLiteral.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* @author Christoph Böhme, Fabian Steeg
3030
*/
3131
@Description("Outputs a record containing the input object as literal")
32+
@In(Object.class)
3233
@Out(StreamReceiver.class)
3334
@FluxCommand("object-to-literal")
3435
public final class ObjectToLiteral<T> extends

0 commit comments

Comments
 (0)