Class VariableValueDto

    • Field Detail

      • type

        protected java.lang.String type
      • value

        protected java.lang.Object value
      • valueInfo

        protected java.util.Map<java.lang.String,​java.lang.Object> valueInfo
    • Constructor Detail

      • VariableValueDto

        public VariableValueDto()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)
      • getValueInfo

        public java.util.Map<java.lang.String,​java.lang.Object> getValueInfo()
      • setValueInfo

        public void setValueInfo​(java.util.Map<java.lang.String,​java.lang.Object> valueInfo)
      • toTypedValue

        public TypedValue toTypedValue​(ProcessEngine processEngine,
                                       com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      • fileValueWithDecodedString

        protected FileValue fileValueWithDecodedString​(FileValue fileValue,
                                                       java.lang.String value)
      • fromMap

        public static java.util.Map<java.lang.String,​VariableValueDto> fromMap​(VariableMap variables,
                                                                                     boolean preferSerializedValue)
      • fromTypedValue

        public static void fromTypedValue​(VariableValueDto dto,
                                          TypedValue typedValue,
                                          boolean preferSerializedValue)
      • toRestApiTypeName

        public static java.lang.String toRestApiTypeName​(java.lang.String name)
      • fromRestApiTypeName

        public static java.lang.String fromRestApiTypeName​(java.lang.String name)