Uses of Class
org.simpleframework.xml.core.ContactList
Packages that use ContactList
-
Uses of ContactList in org.simpleframework.xml.core
Subclasses of ContactList in org.simpleframework.xml.coreModifier and TypeClassDescription(package private) class
TheFieldScanner
object is used to scan an class for fields marked with an XML annotation.(package private) class
TheMethodScanner
object is used to scan an object for matching get and set methods for an XML annotation.Fields in org.simpleframework.xml.core with type parameters of type ContactListModifier and TypeFieldDescriptionprivate final Cache
<ContactList> DetailExtractor.fields
This is the cache of fields for specific classes scanned.private final Cache
<ContactList> DetailExtractor.methods
This is the cache of methods for specific classes scanned.Methods in org.simpleframework.xml.core that return ContactListModifier and TypeMethodDescriptionThis is used to acquire a list ofContact
objects that represent the annotated fields in a type.private ContactList
This is used to acquire a list ofContact
objects that represent the annotated fields in a type.This is used to acquire a list ofContact
objects that represent the annotated fields in a type.Support.getFields
(Class type, DefaultType access) This is used to acquire a list ofContact
objects that represent the annotated fields in a type.DetailExtractor.getMethods
(Class type) This is used to acquire a list ofContact
objects that represent the annotated methods in a type.private ContactList
DetailExtractor.getMethods
(Class type, Detail detail) This is used to acquire a list ofContact
objects that represent the annotated methods in a type.Support.getMethods
(Class type) This is used to acquire a list ofContact
objects that represent the annotated methods in a type.Support.getMethods
(Class type, DefaultType access) This is used to acquire a list ofContact
objects that represent the annotated methods in a type.