Uses of Class
org.simpleframework.xml.core.Caller
-
Packages that use Caller Package Description org.simpleframework.xml.core -
-
Uses of Caller in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Caller Modifier and Type Field Description private Caller
ClassSchema. caller
This is the pointer to the schema class replace method.Methods in org.simpleframework.xml.core that return Caller Modifier and Type Method Description Caller
ClassSchema. getCaller()
This is used to acquire theCaller
object.Caller
Context. getCaller(java.lang.Class type)
This is used to acquire theCaller
object.Caller
DefaultScanner. getCaller(Context context)
This method is used to return theCaller
for this class.Caller
ObjectScanner. getCaller(Context context)
This method is used to return theCaller
for this class.Caller
PrimitiveScanner. getCaller(Context context)
This method is used to return theCaller
for this class.Caller
Scanner. getCaller(Context context)
This method is used to return theCaller
for this class.Caller
Schema. getCaller()
This is used to acquire theCaller
object.Caller
Source. getCaller(java.lang.Class type)
This is used to acquire theCaller
object.Methods in org.simpleframework.xml.core with parameters of type Caller Modifier and Type Method Description private java.lang.Object
Composite. readResolve(InputNode node, java.lang.Object source, Caller caller)
ThereadResolve
method is used to determine if there is a resolution method which can be used to substitute the object deserialized.
-