|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.objectify.impl.load.Setter
com.googlecode.objectify.impl.load.RootSetter
public class RootSetter
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 |
---|
public RootSetter()
Method Detail |
---|
public void set(java.lang.Object obj, java.lang.Object value, LoadContext context)
set
in class Setter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |