Uses of Interface
org.simpleframework.xml.core.Extractor
Packages that use Extractor
-
Uses of Extractor in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement ExtractorModifier and TypeClassDescriptionprivate static class
TheElementExtractor
object is used extract the constituent parts of the provided union annotation.private static class
TheElementListExtractor
object is used extract the constituent parts of the provided union annotation.private static class
TheElementListExtractor
object is used extract the constituent parts of the provided union annotation.Methods in org.simpleframework.xml.core that return ExtractorModifier and TypeMethodDescriptionExtractorFactory.getInstance()
This is used to instantiate anExtractor
based on the union annotation provided.Methods in org.simpleframework.xml.core with parameters of type ExtractorModifier and TypeMethodDescriptionprivate void
This is used to extract the labels associated with the group.private void
GroupExtractor.extract
(Extractor extractor, Annotation value) This is used to extract the labels associated with the group.