public class WxPayOrderNotifyResultConverter
extends com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
构造器和说明 |
---|
WxPayOrderNotifyResultConverter(com.thoughtworks.xstream.mapper.Mapper mapper,
com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
Instantiates a new Wx pay order notify result converter.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
canConvert(Class type) |
void |
marshal(Object original,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
protected void |
marshallField(com.thoughtworks.xstream.converters.MarshallingContext context,
Object newObj,
Field field) |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
public WxPayOrderNotifyResultConverter(com.thoughtworks.xstream.mapper.Mapper mapper, com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
mapper
- the mapperreflectionProvider
- the reflection providerpublic boolean canConvert(Class type)
public void marshal(Object original, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
marshal
在接口中 com.thoughtworks.xstream.converters.Converter
marshal
在类中 com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
protected void marshallField(com.thoughtworks.xstream.converters.MarshallingContext context, Object newObj, Field field)
marshallField
在类中 com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal
在接口中 com.thoughtworks.xstream.converters.Converter
unmarshal
在类中 com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
Copyright © 2023. All rights reserved.