Uses of Class
org.simpleframework.xml.core.LabelGroup
-
Packages that use LabelGroup Package Description org.simpleframework.xml.core -
-
Uses of LabelGroup in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core with type parameters of type LabelGroup Modifier and Type Field Description private Cache<LabelGroup>LabelExtractor. cacheThis is used to cache the list of labels that have been created.Methods in org.simpleframework.xml.core that return LabelGroup Modifier and Type Method Description private LabelGroupLabelExtractor. getGroup(Contact contact, java.lang.annotation.Annotation label, java.lang.Object key)Creates aLabelGroupusing the provided contact and annotation.private LabelGroupLabelExtractor. getLabels(Contact contact, java.lang.annotation.Annotation label)Creates aLabelGroupusing the provided contact and annotation.private LabelGroupLabelExtractor. getSingle(Contact contact, java.lang.annotation.Annotation label)Creates aLabelGroupusing the provided contact and annotation.private LabelGroupLabelExtractor. getUnion(Contact contact, java.lang.annotation.Annotation label)Creates aLabelGroupusing the provided contact and annotation.
-