public class ScriptWrapperConverter extends Object
Constructor | Description |
---|---|
ScriptWrapperConverter(Mapper classMapper) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
canConvert(Class arg0) |
|
protected Class<?> |
getNextType(HierarchicalStreamReader reader) |
|
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 static String getVersion()
public boolean canConvert(Class arg0)
public void marshal(Object arg0, HierarchicalStreamWriter writer, MarshallingContext context)
public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
protected Class<?> getNextType(HierarchicalStreamReader reader)
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.