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 classTheElementExtractorobject is used extract the constituent parts of the provided union annotation.private static classTheElementListExtractorobject is used extract the constituent parts of the provided union annotation.private static classTheElementListExtractorobject 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 anExtractorbased on the union annotation provided.Methods in org.simpleframework.xml.core with parameters of type ExtractorModifier and TypeMethodDescriptionprivate voidThis is used to extract the labels associated with the group.private voidGroupExtractor.extract(Extractor extractor, Annotation value) This is used to extract the labels associated with the group.