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 class
ExtractorFactory.ElementExtractor
TheElementExtractor
object is used extract the constituent parts of the provided union annotation.private static class
ExtractorFactory.ElementListExtractor
TheElementListExtractor
object is used extract the constituent parts of the provided union annotation.private static class
ExtractorFactory.ElementMapExtractor
TheElementListExtractor
object 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 Extractor
ExtractorFactory. getInstance()
This is used to instantiate anExtractor
based on the union annotation provided.Methods in org.simpleframework.xml.core with parameters of type Extractor Modifier and Type Method Description private void
GroupExtractor. extract(Extractor extractor)
This is used to extract the labels associated with the group.private void
GroupExtractor. extract(Extractor extractor, java.lang.annotation.Annotation value)
This is used to extract the labels associated with the group.
-