Uses of Class
org.simpleframework.xml.core.MethodScanner.PartMap
-
Packages that use MethodScanner.PartMap Package Description org.simpleframework.xml.core -
-
Uses of MethodScanner.PartMap in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as MethodScanner.PartMap Modifier and Type Field Description private MethodScanner.PartMapMethodScanner. readThis is used to collect all the get methods from the object.private 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.PartMap Modifier and Type Method Description private 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.
-