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.cacheThis is used to cache the list of labels that have been created.Methods in org.simpleframework.xml.core that return LabelGroupModifier and TypeMethodDescriptionprivate LabelGroupLabelExtractor.getGroup(Contact contact, Annotation label, Object key) Creates aLabelGroupusing the provided contact and annotation.private LabelGroupLabelExtractor.getLabels(Contact contact, Annotation label) Creates aLabelGroupusing the provided contact and 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.