net.sf.oxclient.communication.json
Class SimpleJSONMapper
java.lang.Object
net.sf.oxclient.communication.json.SimpleJSONMapper
- All Implemented Interfaces:
- IJSONMapper
@Guarded
public class SimpleJSONMapper
- extends Object
- implements IJSONMapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleJSONMapper
public SimpleJSONMapper(IBeanFactory beanFactory,
Map<Integer,String> oxColumns,
IBeanHelper beanHelper)
SimpleJSONMapper
public SimpleJSONMapper(IBeanFactory beanFactory,
IBeanHelper beanHelper,
Properties oxColumns)
convert
public <T> T convert(@NotNull
Class<T> element,
@NotNull@NotEmpty
String s,
@NotNull@NotEmpty
Map<Integer,String> columns)
- Specified by:
convert
in interface IJSONMapper
convertList
public <T> List<T> convertList(@NotNull
Class<T> elementClazz,
@NotNull@NotEmpty
String s,
@NotNull@NotEmpty
List<String> columns)
- Specified by:
convertList
in interface IJSONMapper
Copyright © 2007. All Rights Reserved.