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 CallerClassSchema. callerThis is the pointer to the schema class replace method.Methods in org.simpleframework.xml.core that return Caller Modifier and Type Method Description CallerClassSchema. getCaller()This is used to acquire theCallerobject.CallerContext. getCaller(java.lang.Class type)This is used to acquire theCallerobject.CallerDefaultScanner. getCaller(Context context)This method is used to return theCallerfor this class.CallerObjectScanner. getCaller(Context context)This method is used to return theCallerfor this class.CallerPrimitiveScanner. getCaller(Context context)This method is used to return theCallerfor this class.CallerScanner. getCaller(Context context)This method is used to return theCallerfor this class.CallerSchema. getCaller()This is used to acquire theCallerobject.CallerSource. getCaller(java.lang.Class type)This is used to acquire theCallerobject.Methods in org.simpleframework.xml.core with parameters of type Caller Modifier and Type Method Description private java.lang.ObjectComposite. readResolve(InputNode node, java.lang.Object source, Caller caller)ThereadResolvemethod is used to determine if there is a resolution method which can be used to substitute the object deserialized.
-