public class ObjectSerializer<O> extends Object
| Modifier and Type | Field and Description |
|---|---|
org.javersion.path.Schema<ValueType> |
schemaRoot |
| Constructor and Description |
|---|
ObjectSerializer(Class<O> clazz) |
ObjectSerializer(Class<O> clazz,
TypeMappings typeMappings) |
| Modifier and Type | Method and Description |
|---|---|
O |
fromPropertyMap(Map<org.javersion.path.PropertyPath,Object> properties) |
Map<org.javersion.path.PropertyPath,Object> |
toPropertyMap(O object) |
public final org.javersion.path.Schema<ValueType> schemaRoot
public ObjectSerializer(Class<O> clazz, TypeMappings typeMappings)
Copyright © 2015. All rights reserved.