public final class UnmarshallingContext.State extends Object
Modifier and Type | Method and Description |
---|---|
Object |
getBackup() |
UnmarshallingContext |
getContext()
Gets the context.
|
String |
getElementDefaultValue() |
Loader |
getLoader() |
UnmarshallingContext.State |
getPrev() |
Object |
getTarget() |
boolean |
isMixed() |
boolean |
isNil() |
void |
setBackup(Object backup) |
void |
setElementDefaultValue(String elementDefaultValue) |
void |
setIntercepter(Intercepter intercepter) |
void |
setLoader(Loader loader) |
void |
setNil(boolean nil) |
void |
setReceiver(Receiver receiver) |
void |
setTarget(Object target) |
public UnmarshallingContext getContext()
public boolean isMixed()
public Object getTarget()
public void setLoader(Loader loader)
public void setReceiver(Receiver receiver)
public UnmarshallingContext.State getPrev()
public void setIntercepter(Intercepter intercepter)
public void setBackup(Object backup)
public void setTarget(Object target)
public Object getBackup()
public boolean isNil()
public void setNil(boolean nil)
public Loader getLoader()
public String getElementDefaultValue()
public void setElementDefaultValue(String elementDefaultValue)
Copyright © 2017 JBoss by Red Hat. All rights reserved.