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.PartMap
MethodScanner. read
This is used to collect all the get methods from the object.private 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.PartMap Modifier and Type Method Description private 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.
-