Uses of Class
org.simpleframework.xml.core.Function
Packages that use Function
-
Uses of Function in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as FunctionModifier and TypeFieldDescriptionprivate final Function
Caller.commit
This is the pointer to the schema class commit function.private Function
ClassScanner.commit
This function acts as a pointer to the types commit process.private final Function
Caller.complete
This is the pointer to the schema class complete function.private Function
ClassScanner.complete
This function acts as a pointer to the types complete process.private final Function
Caller.persist
This is the pointer to the schema class persist function.private Function
ClassScanner.persist
This function acts as a pointer to the types persist process.private final Function
Caller.replace
This is the pointer to the schema class replace function.private Function
ClassScanner.replace
This function is used as a pointer to the replacement method.private final Function
Caller.resolve
This is the pointer to the schema class resolve function.private Function
ClassScanner.resolve
This function is used as a pointer to the resolution method.private final Function
Caller.validate
This is the pointer to the schema class validation function.private Function
ClassScanner.validate
This function acts as a pointer to the types validate process.Methods in org.simpleframework.xml.core that return FunctionModifier and TypeMethodDescriptionClassScanner.getCommit()
This method is used to retrieve the schema class commit method during the deserialization process.DefaultScanner.getCommit()
This method is used to retrieve the schema class commit method during the deserialization process.ObjectScanner.getCommit()
This method is used to retrieve the schema class commit method during the deserialization process.PrimitiveScanner.getCommit()
This method is used to retrieve the schema class commit method during the deserialization process.Scanner.getCommit()
This method is used to retrieve the schema class commit method during the deserialization process.ClassScanner.getComplete()
This method is used to retrieve the schema class completion method.DefaultScanner.getComplete()
This method is used to retrieve the schema class completion method.ObjectScanner.getComplete()
This method is used to retrieve the schema class completion method.PrimitiveScanner.getComplete()
This method is used to retrieve the schema class completion method.Scanner.getComplete()
This method is used to retrieve the schema class completion method.private Function
ClassScanner.getFunction
(Method method) This is used to acquire aFunction
object for the method provided.ClassScanner.getPersist()
This method is used to retrieve the schema class persistence method.DefaultScanner.getPersist()
This method is used to retrieve the schema class persistence method.ObjectScanner.getPersist()
This method is used to retrieve the schema class persistence method.PrimitiveScanner.getPersist()
This method is used to retrieve the schema class persistence method.Scanner.getPersist()
This method is used to retrieve the schema class persistence method.ClassScanner.getReplace()
This method is used to retrieve the schema class replacement method.DefaultScanner.getReplace()
This method is used to retrieve the schema class replacement method.ObjectScanner.getReplace()
This method is used to retrieve the schema class replacement method.PrimitiveScanner.getReplace()
This method is used to retrieve the schema class replacement method.Scanner.getReplace()
This method is used to retrieve the schema class replacement method.ClassScanner.getResolve()
This method is used to retrieve the schema class replacement method.DefaultScanner.getResolve()
This method is used to retrieve the schema class replacement method.ObjectScanner.getResolve()
This method is used to retrieve the schema class replacement method.PrimitiveScanner.getResolve()
This method is used to retrieve the schema class replacement method.Scanner.getResolve()
This method is used to retrieve the schema class replacement method.ClassScanner.getValidate()
This method is used to retrieve the schema class validation method during the deserialization process.DefaultScanner.getValidate()
This method is used to retrieve the schema class validation method during the deserialization process.ObjectScanner.getValidate()
This method is used to retrieve the schema class validation method during the deserialization process.PrimitiveScanner.getValidate()
This method is used to retrieve the schema class validation method during the deserialization process.Scanner.getValidate()
This method is used to retrieve the schema class validation method during the deserialization process.