Uses of Interface
org.simpleframework.xml.core.Extractor
-
Packages that use Extractor Package Description org.simpleframework.xml.core -
-
Uses of Extractor in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Extractor Modifier and Type Class Description private static classExtractorFactory.ElementExtractorTheElementExtractorobject is used extract the constituent parts of the provided union annotation.private static classExtractorFactory.ElementListExtractorTheElementListExtractorobject is used extract the constituent parts of the provided union annotation.private static classExtractorFactory.ElementMapExtractorTheElementListExtractorobject is used extract the constituent parts of the provided union annotation.Methods in org.simpleframework.xml.core that return Extractor Modifier and Type Method Description ExtractorExtractorFactory. getInstance()This is used to instantiate anExtractorbased on the union annotation provided.Methods in org.simpleframework.xml.core with parameters of type Extractor Modifier and Type Method Description private voidGroupExtractor. extract(Extractor extractor)This is used to extract the labels associated with the group.private voidGroupExtractor. extract(Extractor extractor, java.lang.annotation.Annotation value)This is used to extract the labels associated with the group.
-