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 class
TheContact
represents a contact object that is to be used for a label in order to extract a parameter name.private static class
TheContact
represents a contact object that is to be used for a label in order to extract a parameter name.private static class
TheContact
represents a contact object that is to be used for a label in order to extract a parameter name.private static class
TheContact
represents a contact object that is to be used for a label in order to extract a parameter name.private static class
TheContact
represents a contact object that is to be used for a label in order to extract a parameter name.private static class
TheContact
represents a contact object that is to be used for a label in order to extract a parameter name.private static class
TheContact
represents a contact object that is to be used for a label in order to extract a parameter name.private static class
TheContact
represents a contact object that is to be used for a label in order to extract a parameter name.(package private) class
TheFieldContact
object is used to act as a contact for a field within an object.(package private) class
TheMethodContact
object is acts as a contact that can set and get data to and from an object using methods.(package private) class
ParameterContact<T extends Annotation>
TheParameterContact
object is used to represent a contact that is provided so that aLabel
can be used to determine a consistent name for the parameter.private static class
TheContact
represents 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 Contact
CacheLabel.contact
This is the contact used to set and get the value for the node.private Contact
ElementListUnionLabel.contact
This is the contact that this label is associated with.private Contact
ElementMapUnionLabel.contact
This is the contact that this label is associated with.private Contact
ElementUnionLabel.contact
This is the contact that this label is associated with.private Contact
Entry.contact
Provides the point of contact in the object to the map.private final Contact
ExtractorFactory.contact
This is the contact that has been annotated as a union.private final Contact
ExtractorFactory.ElementExtractor.contact
This is the contact that has been annotated as a union.private final Contact
ExtractorFactory.ElementListExtractor.contact
This is the contact that has been annotated as a union.private final Contact
ExtractorFactory.ElementMapExtractor.contact
This is the contact that has been annotated as a union.private final Contact
Introspector.contact
This is the field or method contact that has been annotated.private Contact
TextLabel.contact
The 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 theContact
for 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 theContact
objects in a for each loop.Methods in org.simpleframework.xml.core with parameters of type ContactModifier and TypeMethodDescriptionprivate LabelGroup
LabelExtractor.getGroup
(Contact contact, Annotation label, Object key) Creates aLabelGroup
using the provided contact and annotation.private Object
LabelExtractor.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 aLabel
using the provided contact and XML annotation.private Label
LabelExtractor.getLabel
(Contact contact, Annotation label, Annotation entry) Creates aLabel
using the provided contact and XML annotation.Support.getLabel
(Contact contact, Annotation label) Creates aLabel
using the provided contact and XML annotation.private LabelGroup
LabelExtractor.getLabels
(Contact contact, Annotation label) Creates aLabelGroup
using the provided contact and annotation.Support.getLabels
(Contact contact, Annotation label) Creates aList
using the provided contact and XML annotation.LabelExtractor.getList
(Contact contact, Annotation label) Creates aList
using the provided contact and XML annotation.private LabelGroup
LabelExtractor.getSingle
(Contact contact, Annotation label) Creates aLabelGroup
using the provided contact and annotation.private LabelGroup
LabelExtractor.getUnion
(Contact contact, Annotation label) Creates aLabelGroup
using the provided contact and annotation.private void
This is used to insert a contact to this contact list.private boolean
This is used to determine if theText
annotation has been declared on the field.private void
This is use to scan forNamespace
annotations on the contact.void
StructureBuilder.process
(Contact field, Annotation label) This reflectively checks the annotation to determine the type of annotation it represents.private void
StructureBuilder.process
(Contact field, Annotation type, LabelMap map) This is used when all details from a field have been gathered and aLabel
implementation needs to be created.private void
This is used when all details from a field have been gathered and aLabel
implementation needs to be created.private void
This method is used to scan theContact
provided to determine if there are any namespace annotations.private void
This is use to scan forNamespaceList
annotations on the contact.private void
StructureBuilder.text
(Contact field, Annotation type) This is used to process theText
annotations that are present in the scanned class.private void
StructureBuilder.union
(Contact field, Annotation type, LabelMap map) This is used when all details from a field have been gathered and aLabel
implementation needs to be created.private void
StructureBuilder.version
(Contact field, Annotation type) This is used to process theText
annotations 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 theAttributeLabel
object.ElementArrayLabel
(Contact contact, ElementArray label, Format format) Constructor for theElementArrayLabel
object.ElementExtractor
(Contact contact, ElementUnion union, Format format) Constructor for theElementExtractor
object.ElementLabel
(Contact contact, Element label, Format format) Constructor for theElementLabel
object.ElementListExtractor
(Contact contact, ElementListUnion union, Format format) Constructor for theElementListExtractor
object.ElementListLabel
(Contact contact, ElementList label, Format format) Constructor for theElementListLabel
object.ElementListUnionLabel
(Contact contact, ElementListUnion union, ElementList element, Format format) Constructor for theElementListUnionLabel
object.ElementMapExtractor
(Contact contact, ElementMapUnion union, Format format) Constructor for theElementMapExtractor
object.ElementMapLabel
(Contact contact, ElementMap label, Format format) Constructor for theElementMapLabel
object.ElementMapUnionLabel
(Contact contact, ElementMapUnion union, ElementMap element, Format format) Constructor for theElementMapUnionLabel
object.ElementUnionLabel
(Contact contact, ElementUnion union, Element element, Format format) Constructor for theElementUnionLabel
object.Entry
(Contact contact, ElementMap label) Constructor for theEntry
object.ExtractorFactory
(Contact contact, Annotation label, Format format) Constructor for theExtractorFactory
object.GroupExtractor
(Contact contact, Annotation label, Format format) Constructor for theGroupExtractor
object.Introspector
(Contact contact, Label label, Format format) Constructor for theIntrospector
object.LabelKey
(Contact contact, Annotation label) Constructor for theLabelKey
object.Constructor for theQualifier
object.Constructor for theTextLabel
object.VersionLabel
(Contact contact, Version label, Format format) Constructor for theVersionLabel
object.