public class TestElementPropertyConverter
extends AbstractCollectionConverter
Constructor and Description |
---|
TestElementPropertyConverter(Mapper arg0) |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class arg0) |
static String |
getVersion()
Returns the converter version; used to check for possible
incompatibilities
|
void |
marshal(Object arg0,
HierarchicalStreamWriter writer,
MarshallingContext context) |
Object |
unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
public TestElementPropertyConverter(Mapper arg0)
arg0
- the mapperpublic static String getVersion()
public boolean canConvert(Class arg0)
public void marshal(Object arg0, HierarchicalStreamWriter writer, MarshallingContext context)
public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
Copyright © 1998-2016 Apache Software Foundation. All Rights Reserved.