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. cache
This 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 LabelGroup
LabelExtractor. getGroup(Contact contact, java.lang.annotation.Annotation label, java.lang.Object key)
Creates aLabelGroup
using the provided contact and annotation.private LabelGroup
LabelExtractor. getLabels(Contact contact, java.lang.annotation.Annotation label)
Creates aLabelGroup
using the provided contact and annotation.private LabelGroup
LabelExtractor. getSingle(Contact contact, java.lang.annotation.Annotation label)
Creates aLabelGroup
using the provided contact and annotation.private LabelGroup
LabelExtractor. getUnion(Contact contact, java.lang.annotation.Annotation label)
Creates aLabelGroup
using the provided contact and annotation.
-