|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.betwixt.io.WriteContext
org.apache.commons.betwixt.io.AbstractBeanWriter.WriteContextImpl
private static class AbstractBeanWriter.WriteContextImpl
Basic mutable implementation of WriteContext
.
Field Summary | |
---|---|
private ElementDescriptor |
currentDescriptor
|
Constructor Summary | |
---|---|
private |
AbstractBeanWriter.WriteContextImpl()
|
Method Summary | |
---|---|
ElementDescriptor |
getCurrentDescriptor()
Gets the descriptor for the element who content is currently being created. |
void |
setCurrentDescriptor(ElementDescriptor currentDescriptor)
Sets the descriptor for the current element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ElementDescriptor currentDescriptor
Constructor Detail |
---|
private AbstractBeanWriter.WriteContextImpl()
Method Detail |
---|
public ElementDescriptor getCurrentDescriptor()
WriteContext
getCurrentDescriptor
in class WriteContext
ElementDescriptor
for the
current element (or null if there is no current element)WriteContext.getCurrentDescriptor()
public void setCurrentDescriptor(ElementDescriptor currentDescriptor)
currentDescriptor
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |