Uses of Class
org.simpleframework.xml.core.Caller
Packages that use Caller
-
Uses of Caller in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as CallerModifier and TypeFieldDescriptionprivate final Caller
ClassSchema.caller
This is the pointer to the schema class replace method.Methods in org.simpleframework.xml.core that return CallerModifier and TypeMethodDescriptionClassSchema.getCaller()
This is used to acquire theCaller
object.This is used to acquire theCaller
object.This method is used to return theCaller
for this class.This method is used to return theCaller
for this class.This method is used to return theCaller
for this class.This method is used to return theCaller
for this class.Schema.getCaller()
This is used to acquire theCaller
object.This is used to acquire theCaller
object.Methods in org.simpleframework.xml.core with parameters of type CallerModifier and TypeMethodDescriptionprivate Object
Composite.readResolve
(InputNode node, 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.