public class WriteContext extends Object
| Constructor and Description |
|---|
WriteContext(org.javersion.path.Schema<ValueType> schemaRoot,
Object root) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.javersion.path.PropertyPath,Object> |
getMap() |
org.javersion.path.Schema<ValueType> |
getRootMapping() |
boolean |
isMappedPath(org.javersion.path.PropertyPath path) |
void |
put(org.javersion.path.PropertyPath path,
Object value) |
void |
serialize(org.javersion.path.PropertyPath path,
Object object) |
public void serialize(org.javersion.path.PropertyPath path,
Object object)
public boolean isMappedPath(org.javersion.path.PropertyPath path)
public void put(org.javersion.path.PropertyPath path,
Object value)
public org.javersion.path.Schema<ValueType> getRootMapping()
Copyright © 2015. All rights reserved.