Uses of Annotation Interface
org.simpleframework.xml.Element
Packages that use Element
-
Uses of Element in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ElementModifier and TypeFieldDescriptionprivate ElementElementLabel.labelReferences the annotation that was used by the field.Methods in org.simpleframework.xml.core that return ElementModifier and TypeMethodDescriptionElement[]ExtractorFactory.ElementExtractor.getAnnotations()This is used to acquire each annotation that forms part of the union group.Methods in org.simpleframework.xml.core with parameters of type ElementModifier and TypeMethodDescriptionThis creates aLabelobject used to represent the annotation provided.Each annotation can provide a class which is used to determine which label is used to serialize an object.Constructors in org.simpleframework.xml.core with parameters of type ElementModifierConstructorDescriptionContact(Element label, Constructor factory, int index) Constructor for theContactobject.Contact(Element element, Constructor factory, int index) Constructor for theContactobject.ElementLabel(Contact contact, Element label, Format format) Constructor for theElementLabelobject.ElementParameter(Constructor factory, Element value, Format format, int index) Constructor for theElementParameterobject.ElementUnionLabel(Contact contact, ElementUnion union, Element element, Format format) Constructor for theElementUnionLabelobject.ElementUnionParameter(Constructor factory, ElementUnion union, Element element, Format format, int index) Constructor for theElementUnionParameterobject.