public interface ValueType
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.javersion.path.PropertyTree propertyTree,
Object object,
ReadContext context) |
Object |
instantiate(org.javersion.path.PropertyTree propertyTree,
Object value,
ReadContext context) |
default boolean |
isReference() |
void |
serialize(org.javersion.path.PropertyPath path,
Object object,
WriteContext context) |
Object instantiate(org.javersion.path.PropertyTree propertyTree, Object value, ReadContext context) throws Exception
Exceptionvoid bind(org.javersion.path.PropertyTree propertyTree,
Object object,
ReadContext context)
throws Exception
Exceptionvoid serialize(org.javersion.path.PropertyPath path,
Object object,
WriteContext context)
default boolean isReference()
Copyright © 2015. All rights reserved.