org.camunda.spin.plugin.variable
Class SpinValues

java.lang.Object
  extended by org.camunda.spin.plugin.variable.SpinValues

public class SpinValues
extends Object

Author:
Roman Smirnov

Constructor Summary
SpinValues()
           
 
Method Summary
static JsonValueBuilder jsonValue(org.camunda.spin.json.SpinJsonNode value)
           
static JsonValueBuilder jsonValue(String value)
           
static XmlValueBuilder xmlValue(org.camunda.spin.xml.SpinXmlElement value)
           
static XmlValueBuilder xmlValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpinValues

public SpinValues()
Method Detail

jsonValue

public static JsonValueBuilder jsonValue(org.camunda.spin.json.SpinJsonNode value)

jsonValue

public static JsonValueBuilder jsonValue(String value)

xmlValue

public static XmlValueBuilder xmlValue(org.camunda.spin.xml.SpinXmlElement value)

xmlValue

public static XmlValueBuilder xmlValue(String value)


Copyright © 2016 camunda services GmbH. All rights reserved.