Class InvocationArg


  • public class InvocationArg
    extends Object
    • Field Detail

      • CONTENTS_ARRAY

        public static final String CONTENTS_ARRAY
        The array contents should map to a List. This is in order to allow calls of type Arrays.asList(arg1, arg2, arg3, ...)
        See Also:
        Constant Field Values
    • Method Detail

      • isSerialized

        public boolean isSerialized()
        If true, the argument is taken straight by the Java code as Object. If false, the argument is a json document that need to be deserialized to an Object.
        Returns:
        The The argFrom
      • getClassName

        public String getClassName()
        The type of this argument. This is used when json objects come from Rust, in order to be mapped to proper Java Objects.
        Returns:
        The classname
      • getJson

        public String getJson()