public class DecisionServiceConverter extends InvocableConverter
Modifier and Type | Field and Description |
---|---|
static String |
ENCAPSULATED_DECISION |
static String |
INPUT_DATA |
static String |
INPUT_DECISION |
static String |
OUTPUT_DECISION |
VARIABLE
DESCRIPTION, EXTENSION_ELEMENTS, ID, LABEL
Constructor and Description |
---|
DecisionServiceConverter(com.thoughtworks.xstream.XStream xstream) |
Modifier and Type | Method and Description |
---|---|
protected void |
assignChildElement(Object parent,
String nodeName,
Object child) |
boolean |
canConvert(Class clazz) |
protected org.kie.dmn.model.api.DMNModelInstrumentedBase |
createModelObject() |
protected void |
parseElements(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context,
Object parent) |
protected void |
writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context,
Object parent) |
assignAttributes, writeAttributes
marshal, unmarshal, writeChildrenNode, writeChildrenNodeAsValue
public static final String OUTPUT_DECISION
public static final String ENCAPSULATED_DECISION
public static final String INPUT_DECISION
public static final String INPUT_DATA
public DecisionServiceConverter(com.thoughtworks.xstream.XStream xstream)
protected org.kie.dmn.model.api.DMNModelInstrumentedBase createModelObject()
createModelObject
in class DMNBaseConverter
public boolean canConvert(Class clazz)
canConvert
in interface com.thoughtworks.xstream.converters.ConverterMatcher
canConvert
in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
protected void parseElements(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context, Object parent)
parseElements
in class DMNBaseConverter
protected void assignChildElement(Object parent, String nodeName, Object child)
assignChildElement
in class InvocableConverter
protected void writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, Object parent)
writeChildren
in class InvocableConverter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.