com.googlecode.objectify.impl.load
Class RootSetter

java.lang.Object
  extended by com.googlecode.objectify.impl.load.Setter
      extended by com.googlecode.objectify.impl.load.RootSetter
All Implemented Interfaces:
java.lang.Cloneable

public class RootSetter
extends Setter

An instance of this object makes the construction of setter chains a lot easier. It should be removed from the chain after construction is complete.


Constructor Summary
RootSetter()
           
 
Method Summary
 void set(java.lang.Object obj, java.lang.Object value, LoadContext context)
          This shouldn't be called and will actually pop an assertion.
 
Methods inherited from class com.googlecode.objectify.impl.load.Setter
clone, extend, getNext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootSetter

public RootSetter()
Method Detail

set

public void set(java.lang.Object obj,
                java.lang.Object value,
                LoadContext context)
This shouldn't be called and will actually pop an assertion. However, if assertions are disabled it will operate just fine.

Specified by:
set in class Setter


Copyright © 2011 Jeff Schnitzer and a gang of pirates. All Rights Reserved. Build version: 3.1