public class StringValueType extends AbstractScalarType
| Modifier and Type | Field and Description |
|---|---|
static StringValueType |
STRING |
| Modifier and Type | Method and Description |
|---|---|
Object |
fromNodeId(org.javersion.path.PropertyPath.NodeId nodeId,
ReadContext context) |
Object |
instantiate(org.javersion.path.PropertyTree propertyTree,
Object value,
ReadContext context) |
void |
serialize(org.javersion.path.PropertyPath path,
Object object,
WriteContext context) |
org.javersion.path.PropertyPath.NodeId |
toNodeId(Object object,
WriteContext writeContext) |
bindclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisReferencepublic static final StringValueType STRING
public Object instantiate(org.javersion.path.PropertyTree propertyTree, Object value, ReadContext context) throws Exception
Exceptionpublic void serialize(org.javersion.path.PropertyPath path,
Object object,
WriteContext context)
public Object fromNodeId(org.javersion.path.PropertyPath.NodeId nodeId, ReadContext context)
public org.javersion.path.PropertyPath.NodeId toNodeId(Object object, WriteContext writeContext)
Copyright © 2015. All rights reserved.