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.PartMap
MethodScanner.read
This is used to collect all the get methods from the object.private final MethodScanner.PartMap
MethodScanner.write
This 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 void
MethodScanner.insert
(MethodPart method, MethodScanner.PartMap map) This is used to insert a contact to this contact list.private void
MethodScanner.process
(MethodPart method, MethodScanner.PartMap map) This is used to determine whether the specified method can be inserted into the givenPartMap
.private void
MethodScanner.remove
(MethodPart part, MethodScanner.PartMap map) This is used to remove the method part from the specified map.