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