Uses of Interface
org.simpleframework.xml.core.Scanner
Packages that use Scanner
-
Uses of Scanner in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement ScannerModifier and TypeClassDescription(package private) class
TheDefaultScanner
performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) class
TheObjectScanner
performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) class
ThePrimitiveScanner
performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.Fields in org.simpleframework.xml.core declared as ScannerModifier and TypeFieldDescriptionprivate Scanner
DefaultScanner.scanner
This object contains various support functions for the class.private Scanner
InstantiatorBuilder.scanner
This is used to acquire the signatures created for the type.private final Scanner
PrimitiveScanner.EmptySection.scanner
This is the source scanner object this is created for.private Scanner
StructureBuilder.scanner
This is the source scanner that is used to scan the class.Fields in org.simpleframework.xml.core with type parameters of type ScannerModifier and TypeFieldDescriptionScannerFactory.cache
This is used to cache all schemas built to represent a class.Methods in org.simpleframework.xml.core that return ScannerModifier and TypeMethodDescriptionScannerFactory.getInstance
(Class type) This creates aScanner
object that can be used to examine the fields within the XML class schema.private Scanner
Source.getScanner
(Class type) This creates aScanner
object that can be used to examine the fields within the XML class schema.Support.getScanner
(Class type) This creates aScanner
object that can be used to examine the fields within the XML class schema.Constructors in org.simpleframework.xml.core with parameters of type ScannerModifierConstructorDescriptionConstructor for theCaller
object.ClassSchema
(Scanner schema, Context context) Constructor for theSchema
object.EmptySection
(Scanner scanner) Constructor for theEmptySection
object.InstantiatorBuilder
(Scanner scanner, Detail detail) Constructor for theInstantiatorBuilder
object.StructureBuilder
(Scanner scanner, Detail detail, Support support) Constructor for theStructureBuilder
object.