public class MarshallHelper extends Object
| Constructor and Description |
|---|
MarshallHelper(AnnotationAndReflectionHelper ar,
Map<Class,TypeMapper> customMapper,
Map<Class<?>,NameProvider> np,
Morphium m,
ObjectMapper om) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionName(Class cls) |
Object |
handleListElementMarshalling(Object v) |
Map<String,Object> |
marshall(Object o) |
Map<String,Object> |
marshall(Object o,
boolean ignoreEntity,
boolean ignoreReadOnly) |
Object |
marshallIfNecessary(Object o) |
public MarshallHelper(AnnotationAndReflectionHelper ar, Map<Class,TypeMapper> customMapper, Map<Class<?>,NameProvider> np, Morphium m, ObjectMapper om)
Copyright © 2018. All rights reserved.