Uses of Interface
org.simpleframework.xml.core.Contact
Packages that use Contact
-
Uses of Contact in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement ContactModifier and TypeClassDescriptionprivate static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.(package private) classTheFieldContactobject is used to act as a contact for a field within an object.(package private) classTheMethodContactobject is acts as a contact that can set and get data to and from an object using methods.(package private) classParameterContact<T extends 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 classTheContactrepresents 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 ContactModifier and TypeFieldDescriptionprivate final 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 final ContactExtractorFactory.contactThis is the contact that has been annotated as a union.private final ContactExtractorFactory.ElementExtractor.contactThis is the contact that has been annotated as a union.private final ContactExtractorFactory.ElementListExtractor.contactThis is the contact that has been annotated as a union.private final ContactExtractorFactory.ElementMapExtractor.contactThis is the contact that has been annotated as a union.private final 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 ContactModifier and TypeMethodDescriptionAttributeLabel.getContact()This is used to acquire the contact object for this label.CacheLabel.getContact()This is used to acquire the contact object for this label.ElementArrayLabel.getContact()This is used to acquire the contact object for this label.ElementLabel.getContact()This is used to acquire the contact object for this label.ElementListLabel.getContact()This is used to acquire the contact object for this label.ElementListUnionLabel.getContact()This is used to acquire the contact object for this label.ElementMapLabel.getContact()This is used to acquire the contact object for this label.ElementMapUnionLabel.getContact()This is used to acquire the contact object for this label.ElementUnionLabel.getContact()This is used to acquire the contact object for this label.Entry.getContact()This represents the field or method that has been annotated as a map.Introspector.getContact()This is used to acquire theContactfor this.Label.getContact()This is used to acquire the contact object for this label.TextLabel.getContact()This is used to acquire the contact object for this label.TextListLabel.getContact()This is used to acquire the contact object for this label.Variable.getContact()This is used to acquire the contact object for this label.VersionLabel.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 ContactModifier and TypeMethodDescriptionContactMap.iterator()This is used to iterate over theContactobjects in a for each loop.Methods in org.simpleframework.xml.core with parameters of type ContactModifier and TypeMethodDescriptionprivate LabelGroupLabelExtractor.getGroup(Contact contact, Annotation label, Object key) Creates aLabelGroupusing the provided contact and annotation.private ObjectLabelExtractor.getKey(Contact contact, Annotation label) This is used to create a key to uniquely identify a label that is associated with a contact.LabelExtractor.getLabel(Contact contact, Annotation label) Creates aLabelusing the provided contact and XML annotation.private LabelLabelExtractor.getLabel(Contact contact, Annotation label, Annotation entry) Creates aLabelusing the provided contact and XML annotation.Support.getLabel(Contact contact, Annotation label) Creates aLabelusing the provided contact and XML annotation.private LabelGroupLabelExtractor.getLabels(Contact contact, Annotation label) Creates aLabelGroupusing the provided contact and annotation.Support.getLabels(Contact contact, Annotation label) Creates aListusing the provided contact and XML annotation.LabelExtractor.getList(Contact contact, Annotation label) Creates aListusing the provided contact and XML annotation.private LabelGroupLabelExtractor.getSingle(Contact contact, Annotation label) Creates aLabelGroupusing the provided contact and annotation.private LabelGroupLabelExtractor.getUnion(Contact contact, Annotation label) Creates aLabelGroupusing the provided contact and annotation.private voidThis is used to insert a contact to this contact list.private booleanThis is used to determine if theTextannotation has been declared on the field.private voidThis is use to scan forNamespaceannotations on the contact.voidStructureBuilder.process(Contact field, Annotation label) This reflectively checks the annotation to determine the type of annotation it represents.private voidStructureBuilder.process(Contact field, Annotation type, LabelMap map) This is used when all details from a field have been gathered and aLabelimplementation needs to be created.private voidThis is used when all details from a field have been gathered and aLabelimplementation needs to be created.private voidThis method is used to scan theContactprovided to determine if there are any namespace annotations.private voidThis is use to scan forNamespaceListannotations on the contact.private voidStructureBuilder.text(Contact field, Annotation type) This is used to process theTextannotations that are present in the scanned class.private voidStructureBuilder.union(Contact field, 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, 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 ContactModifierConstructorDescriptionAttributeLabel(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, Annotation label, Format format) Constructor for theExtractorFactoryobject.GroupExtractor(Contact contact, Annotation label, Format format) Constructor for theGroupExtractorobject.Introspector(Contact contact, Label label, Format format) Constructor for theIntrospectorobject.LabelKey(Contact contact, Annotation label) Constructor for theLabelKeyobject.Constructor for theQualifierobject.Constructor for theTextLabelobject.VersionLabel(Contact contact, Version label, Format format) Constructor for theVersionLabelobject.