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) classTheFieldScannerobject is used to scan an class for fields marked with an XML annotation.(package private) classTheMethodScannerobject 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.fieldsThis is the cache of fields for specific classes scanned.private final Cache<ContactList> DetailExtractor.methodsThis 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 ofContactobjects that represent the annotated fields in a type.private ContactListThis is used to acquire a list ofContactobjects that represent the annotated fields in a type.This is used to acquire a list ofContactobjects that represent the annotated fields in a type.Support.getFields(Class type, DefaultType access) This is used to acquire a list ofContactobjects that represent the annotated fields in a type.DetailExtractor.getMethods(Class type) This is used to acquire a list ofContactobjects that represent the annotated methods in a type.private ContactListDetailExtractor.getMethods(Class type, Detail detail) This is used to acquire a list ofContactobjects that represent the annotated methods in a type.Support.getMethods(Class type) This is used to acquire a list ofContactobjects that represent the annotated methods in a type.Support.getMethods(Class type, DefaultType access) This is used to acquire a list ofContactobjects that represent the annotated methods in a type.