Uses of Class
org.simpleframework.xml.core.LabelMap
Packages that use LabelMap
-
Uses of LabelMap in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as LabelMapModifier and TypeFieldDescriptionprivate LabelMapInstantiatorBuilder.attributesThis is used to maintain the mappings for the attribute labels.private LabelMapModelSection.attributesRepresents a mapping between styled names and attributes.private LabelMapStructureBuilder.attributesFor validation all attributes must be stored in the builder.private LabelMapTreeModel.attributesThis holds the mappings for elements within the model.private final LabelMapCompositeListUnion.elementsThis contains the labels in the union group keyed by name.private final LabelMapCompositeMapUnion.elementsThis contains the labels in the union group keyed by name.private final LabelMapCompositeUnion.elementsThis contains the labels in the union group keyed by name.private final LabelMapGroupExtractor.elementsThis contains each label registered by label name.private LabelMapGroupExtractor.Registry.elementsThis maintains a mapping between label names and labels.private LabelMapInstantiatorBuilder.elementsThis is used to maintain the mappings for the element labels.private LabelMapModelSection.elementsRepresents a mapping between styled names and elements.private LabelMapStructureBuilder.elementsFor validation all elements must be stored in the builder.private LabelMapTreeModel.elementsThis holds the mappings for elements within the model.private LabelMapInstantiatorBuilder.textsThis is used to maintain the mappings for the text labels.private LabelMapStructureBuilder.textsThis is used to maintain the text labels for the class.Methods in org.simpleframework.xml.core that return LabelMapModifier and TypeMethodDescriptionModel.getAttributes()This is used to build a map from aContextobject.ModelSection.getAttributes()Returns aLabelMapthat contains the details for all fields and methods marked with XML annotations.PrimitiveScanner.EmptySection.getAttributes()Returns aLabelMapthat contains the details for all fields and methods marked with XML annotations.Section.getAttributes()Returns aLabelMapthat contains the details for all fields and methods marked with XML annotations.TreeModel.getAttributes()This is used to build a map from aContextobject.Group.getElements()This is used to acquire aLabelMapcontaining the labels available to the group.GroupExtractor.getElements()This is used to acquire aLabelMapcontaining the labels available to the group.Model.getElements()This is used to build a map from aContextobject.ModelSection.getElements()Returns aLabelMapthat contains the details for all fields and methods marked with XML annotations.PrimitiveScanner.EmptySection.getElements()Returns aLabelMapthat contains the details for all fields and methods marked with XML annotations.Section.getElements()Returns aLabelMapthat contains the details for all fields and methods marked with XML annotations.TreeModel.getElements()This is used to build a map from aContextobject.LabelMap.getLabels()This method is used to clone the label map such that mappings can be maintained in the original even if they are modified in the clone.Methods in org.simpleframework.xml.core with parameters of type LabelMapModifier and TypeMethodDescriptionprivate 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 voidComposite.readAttribute(InputNode node, Object source, Section section, LabelMap map) ThisreadAttributemethod is used for deserialization of the provided node object using a delegate converter.private voidComposite.readElement(InputNode node, Object source, Section section, LabelMap map) ThisreadElementmethod is used for deserialization of the provided node object using a delegate converter.private voidThereadUnionmethod is determine the unions for a particular label and set the value of that union to the same value as the label.private voidThisregistermethod is used to register a label based on its name and path.private LabelThisresolvemethod is used to find a label based on the name and path of the provided parameter.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 voidThis method checks to see if there are anyLabelobjects remaining in the provided map that are required.private voidThis method checks to see if there are anyLabelobjects remaining in the provided map that are required.private voidComposite.validateAttribute(InputNode node, Section section, LabelMap map) ThisvalidateAttributemethod performs a validation of the provided node object using a delegate converter.private voidInstantiatorBuilder.validateConstructors(LabelMap map) This is used when there are only default constructors.private voidInstantiatorBuilder.validateConstructors(LabelMap map, List<Creator> list) This is used to ensure that final methods and fields have a constructor parameter that allows the value to be injected in to.private voidComposite.validateElement(InputNode node, Section section, LabelMap map) ThisvalidateElementmethod performs a validation of the provided node object using a delegate converter.private voidComposite.validateUnion(InputNode node, LabelMap map, Label label) ThevalidateUnionmethod is determine the unions for a particular label and set the value of that union to the same value as the label.Constructors in org.simpleframework.xml.core with parameters of type LabelMap