public class ItemDefinitionConverter extends NamedElementConverter
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOWED_VALUES |
static String |
IS_COLLECTION |
static String |
ITEM_COMPONENT |
static String |
TYPE_LANGUAGE |
static String |
TYPE_REF |
DESCRIPTION, ID, LABEL| Constructor and Description |
|---|
ItemDefinitionConverter(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 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, writeChildrenNodeAsValuepublic static final String ITEM_COMPONENT
public static final String ALLOWED_VALUES
public static final String TYPE_REF
public static final String TYPE_LANGUAGE
public static final String IS_COLLECTION
public ItemDefinitionConverter(com.thoughtworks.xstream.XStream xstream)
protected void assignChildElement(Object parent, String nodeName, Object child)
assignChildElement in class NamedElementConverterprotected void assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
Object parent)
assignAttributes in class NamedElementConverterprotected void writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context,
Object parent)
writeChildren in class NamedElementConverterprotected void writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
Object parent)
writeAttributes in class NamedElementConverterprotected DMNModelInstrumentedBase createModelObject()
createModelObject in class DMNBaseConverterpublic boolean canConvert(Class clazz)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverterCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.