org.milyn.javabean.binding
Class SerializationContext
java.lang.Object
org.milyn.javabean.binding.SerializationContext
public class SerializationContext
- extends Object
- Author:
- tom.fennelly@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROOT_OBJ
public static final String ROOT_OBJ
SerializationContext
public SerializationContext(Object rootObject,
String rootObjectBeanId)
getCurrentDepth
public int getCurrentDepth()
incDepth
public void incDepth()
decDepth
public void decDepth()
addObject
public void addObject(String name,
Object contextObject)
removeObject
public Object removeObject(String name)
getValue
public Object getValue(Getter getter)
getValue
public Object getValue(String contextObjectName,
Getter getter)
Copyright © 2018. All rights reserved.