Uses of Interface
org.simpleframework.xml.core.Contact
-
Packages that use Contact Package Description org.simpleframework.xml.core -
-
Uses of Contact in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Contact Modifier and Type Class Description private static classAttributeParameter.ContactTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classElementArrayParameter.ContactTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classElementListParameter.ContactTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classElementListUnionParameter.ContactTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classElementMapParameter.ContactTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classElementMapUnionParameter.ContactTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classElementParameter.ContactTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classElementUnionParameter.ContactTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.(package private) classFieldContactTheFieldContactobject is used to act as a contact for a field within an object.(package private) classMethodContactTheMethodContactobject is acts as a contact that can set and get data to and from an object using methods.(package private) classParameterContact<T extends java.lang.annotation.Annotation>TheParameterContactobject is used to represent a contact that is provided so that aLabelcan be used to determine a consistent name for the parameter.private static classTextParameter.ContactTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.Fields in org.simpleframework.xml.core declared as Contact Modifier and Type Field Description private ContactCacheLabel. contactThis is the contact used to set and get the value for the node.private ContactElementListUnionLabel. contactThis is the contact that this label is associated with.private ContactElementMapUnionLabel. contactThis is the contact that this label is associated with.private ContactElementUnionLabel. contactThis is the contact that this label is associated with.private ContactEntry. contactProvides the point of contact in the object to the map.private ContactExtractorFactory. contactThis is the contact that has been annotated as a union.private ContactExtractorFactory.ElementExtractor. contactThis is the contact that has been annotated as a union.private ContactExtractorFactory.ElementListExtractor. contactThis is the contact that has been annotated as a union.private ContactExtractorFactory.ElementMapExtractor. contactThis is the contact that has been annotated as a union.private ContactIntrospector. contactThis is the field or method contact that has been annotated.private ContactTextLabel. contactThe contact that this annotation label represents.Methods in org.simpleframework.xml.core that return Contact Modifier and Type Method Description ContactAttributeLabel. getContact()This is used to acquire the contact object for this label.ContactCacheLabel. getContact()This is used to acquire the contact object for this label.ContactElementArrayLabel. getContact()This is used to acquire the contact object for this label.ContactElementLabel. getContact()This is used to acquire the contact object for this label.ContactElementListLabel. getContact()This is used to acquire the contact object for this label.ContactElementListUnionLabel. getContact()This is used to acquire the contact object for this label.ContactElementMapLabel. getContact()This is used to acquire the contact object for this label.ContactElementMapUnionLabel. getContact()This is used to acquire the contact object for this label.ContactElementUnionLabel. getContact()This is used to acquire the contact object for this label.ContactEntry. getContact()This represents the field or method that has been annotated as a map.ContactIntrospector. getContact()This is used to acquire theContactfor this.ContactLabel. getContact()This is used to acquire the contact object for this label.ContactTextLabel. getContact()This is used to acquire the contact object for this label.ContactTextListLabel. getContact()This is used to acquire the contact object for this label.ContactVariable. getContact()This is used to acquire the contact object for this label.ContactVersionLabel. getContact()This is used to acquire the contact object for this label.Methods in org.simpleframework.xml.core that return types with arguments of type Contact Modifier and Type Method Description java.util.Iterator<Contact>ContactMap. iterator()This is used to iterate over theContactobjects in a for each loop.Methods in org.simpleframework.xml.core with parameters of type Contact Modifier and Type Method Description private LabelGroupLabelExtractor. getGroup(Contact contact, java.lang.annotation.Annotation label, java.lang.Object key)Creates aLabelGroupusing the provided contact and annotation.private java.lang.ObjectLabelExtractor. getKey(Contact contact, java.lang.annotation.Annotation label)This is used to create a key to uniquely identify a label that is associated with a contact.LabelLabelExtractor. getLabel(Contact contact, java.lang.annotation.Annotation label)Creates aLabelusing the provided contact and XML annotation.private LabelLabelExtractor. getLabel(Contact contact, java.lang.annotation.Annotation label, java.lang.annotation.Annotation entry)Creates aLabelusing the provided contact and XML annotation.LabelSupport. getLabel(Contact contact, java.lang.annotation.Annotation label)Creates aLabelusing the provided contact and XML annotation.private LabelGroupLabelExtractor. getLabels(Contact contact, java.lang.annotation.Annotation label)Creates aLabelGroupusing the provided contact and annotation.java.util.List<Label>Support. getLabels(Contact contact, java.lang.annotation.Annotation label)Creates aListusing the provided contact and XML annotation.java.util.List<Label>LabelExtractor. getList(Contact contact, java.lang.annotation.Annotation label)Creates aListusing the provided contact and XML annotation.private LabelGroupLabelExtractor. getSingle(Contact contact, java.lang.annotation.Annotation label)Creates aLabelGroupusing the provided contact and annotation.private LabelGroupLabelExtractor. getUnion(Contact contact, java.lang.annotation.Annotation label)Creates aLabelGroupusing the provided contact and annotation.private voidFieldScanner. insert(java.lang.Object key, Contact contact)This is used to insert a contact to this contact list.private booleanFieldScanner. isText(Contact contact)This is used to determine if theTextannotation has been declared on the field.private voidQualifier. namespace(Contact contact)This is use to scan forNamespaceannotations on the contact.voidStructureBuilder. process(Contact field, java.lang.annotation.Annotation label)This reflectively checks the annotation to determine the type of annotation it represents.private voidStructureBuilder. process(Contact field, java.lang.annotation.Annotation type, LabelMap map)This is used when all details from a field have been gathered and aLabelimplementation needs to be created.private voidStructureBuilder. process(Contact field, Label label, LabelMap map)This is used when all details from a field have been gathered and aLabelimplementation needs to be created.private voidQualifier. scan(Contact contact)This method is used to scan theContactprovided to determine if there are any namespace annotations.private voidQualifier. scope(Contact contact)This is use to scan forNamespaceListannotations on the contact.private voidStructureBuilder. text(Contact field, java.lang.annotation.Annotation type)This is used to process theTextannotations that are present in the scanned class.private voidStructureBuilder. union(Contact field, java.lang.annotation.Annotation type, LabelMap map)This is used when all details from a field have been gathered and aLabelimplementation needs to be created.private voidStructureBuilder. version(Contact field, java.lang.annotation.Annotation type)This is used to process theTextannotations that are present in the scanned class.Constructors in org.simpleframework.xml.core with parameters of type Contact Constructor Description AttributeLabel(Contact contact, Attribute label, Format format)Constructor for theAttributeLabelobject.ElementArrayLabel(Contact contact, ElementArray label, Format format)Constructor for theElementArrayLabelobject.ElementExtractor(Contact contact, ElementUnion union, Format format)Constructor for theElementExtractorobject.ElementLabel(Contact contact, Element label, Format format)Constructor for theElementLabelobject.ElementListExtractor(Contact contact, ElementListUnion union, Format format)Constructor for theElementListExtractorobject.ElementListLabel(Contact contact, ElementList label, Format format)Constructor for theElementListLabelobject.ElementListUnionLabel(Contact contact, ElementListUnion union, ElementList element, Format format)Constructor for theElementListUnionLabelobject.ElementMapExtractor(Contact contact, ElementMapUnion union, Format format)Constructor for theElementMapExtractorobject.ElementMapLabel(Contact contact, ElementMap label, Format format)Constructor for theElementMapLabelobject.ElementMapUnionLabel(Contact contact, ElementMapUnion union, ElementMap element, Format format)Constructor for theElementMapUnionLabelobject.ElementUnionLabel(Contact contact, ElementUnion union, Element element, Format format)Constructor for theElementUnionLabelobject.Entry(Contact contact, ElementMap label)Constructor for theEntryobject.ExtractorFactory(Contact contact, java.lang.annotation.Annotation label, Format format)Constructor for theExtractorFactoryobject.GroupExtractor(Contact contact, java.lang.annotation.Annotation label, Format format)Constructor for theGroupExtractorobject.Introspector(Contact contact, Label label, Format format)Constructor for theIntrospectorobject.LabelKey(Contact contact, java.lang.annotation.Annotation label)Constructor for theLabelKeyobject.Qualifier(Contact contact)Constructor for theQualifierobject.TextLabel(Contact contact, Text label, Format format)Constructor for theTextLabelobject.VersionLabel(Contact contact, Version label, Format format)Constructor for theVersionLabelobject.
-