org.milyn.javabean.binding
Class SerializationContext

java.lang.Object
  extended by org.milyn.javabean.binding.SerializationContext

public class SerializationContext
extends Object

Author:
tom.fennelly@gmail.com

Field Summary
static String ROOT_OBJ
           
 
Constructor Summary
SerializationContext(Object rootObject, String rootObjectBeanId)
           
 
Method Summary
 void addObject(String name, Object contextObject)
           
 void decDepth()
           
 int getCurrentDepth()
           
 Object getValue(Getter getter)
           
 Object getValue(String contextObjectName, Getter getter)
           
 void incDepth()
           
 Object removeObject(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT_OBJ

public static final String ROOT_OBJ
Constructor Detail

SerializationContext

public SerializationContext(Object rootObject,
                            String rootObjectBeanId)
Method Detail

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.