|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectit.avutils.jmapper.xml.beans.XmlConversion
@XStreamConverter(value=com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter.class,
strings="content")
public class XmlConversionXmlConversion rapresents the explicit conversion definition.
| Field Summary | |
|---|---|
String |
content
conversion method content |
String |
from
conversion method source |
String |
name
conversion method name |
String |
to
conversion method destination |
String |
type
conversion method type |
| Constructor Summary | |
|---|---|
XmlConversion()
|
|
XmlConversion(String name,
String from,
String to,
String type,
String content)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@XStreamAsAttribute public String name
@XStreamAsAttribute public String from
@XStreamAsAttribute public String to
@XStreamAsAttribute public String type
public String content
| Constructor Detail |
|---|
public XmlConversion(String name,
String from,
String to,
String type,
String content)
public XmlConversion()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||