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 FunctionCaller.commitThis is the pointer to the schema class commit function.private FunctionClassScanner.commitThis function acts as a pointer to the types commit process.private final FunctionCaller.completeThis is the pointer to the schema class complete function.private FunctionClassScanner.completeThis function acts as a pointer to the types complete process.private final FunctionCaller.persistThis is the pointer to the schema class persist function.private FunctionClassScanner.persistThis function acts as a pointer to the types persist process.private final FunctionCaller.replaceThis is the pointer to the schema class replace function.private FunctionClassScanner.replaceThis function is used as a pointer to the replacement method.private final FunctionCaller.resolveThis is the pointer to the schema class resolve function.private FunctionClassScanner.resolveThis function is used as a pointer to the resolution method.private final FunctionCaller.validateThis is the pointer to the schema class validation function.private FunctionClassScanner.validateThis 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 FunctionClassScanner.getFunction(Method method) This is used to acquire aFunctionobject 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.