Uses of Class
org.simpleframework.xml.core.MethodScanner.PartMap
Packages that use MethodScanner.PartMap
-
Uses of MethodScanner.PartMap in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as MethodScanner.PartMapModifier and TypeFieldDescriptionprivate final MethodScanner.PartMapMethodScanner.readThis is used to collect all the get methods from the object.private final MethodScanner.PartMapMethodScanner.writeThis is used to collect all the set methods from the object.Methods in org.simpleframework.xml.core with parameters of type MethodScanner.PartMapModifier and TypeMethodDescriptionprivate voidMethodScanner.insert(MethodPart method, MethodScanner.PartMap map) This is used to insert a contact to this contact list.private voidMethodScanner.process(MethodPart method, MethodScanner.PartMap map) This is used to determine whether the specified method can be inserted into the givenPartMap.private voidMethodScanner.remove(MethodPart part, MethodScanner.PartMap map) This is used to remove the method part from the specified map.