Uses of Class
org.simpleframework.xml.core.LabelGroup
Packages that use LabelGroup
-
Uses of LabelGroup in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core with type parameters of type LabelGroupModifier and TypeFieldDescriptionprivate final Cache
<LabelGroup> LabelExtractor.cache
This is used to cache the list of labels that have been created.Methods in org.simpleframework.xml.core that return LabelGroupModifier and TypeMethodDescriptionprivate LabelGroup
LabelExtractor.getGroup
(Contact contact, Annotation label, Object key) Creates aLabelGroup
using the provided contact and annotation.private LabelGroup
LabelExtractor.getLabels
(Contact contact, Annotation label) Creates aLabelGroup
using the provided contact and 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.