Uses of Interface
org.simpleframework.xml.core.Scanner
-
Packages that use Scanner Package Description org.simpleframework.xml.core -
-
Uses of Scanner in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Scanner Modifier and Type Class Description (package private) class
DefaultScanner
TheDefaultScanner
performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) class
ObjectScanner
TheObjectScanner
performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) class
PrimitiveScanner
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 Scanner Modifier and Type Field Description private 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 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 Scanner Modifier and Type Field Description private Cache<Scanner>
ScannerFactory. cache
This is used to cache all schemas built to represent a class.Methods in org.simpleframework.xml.core that return Scanner Modifier and Type Method Description Scanner
ScannerFactory. getInstance(java.lang.Class type)
This creates aScanner
object that can be used to examine the fields within the XML class schema.private Scanner
Source. getScanner(java.lang.Class type)
This creates aScanner
object that can be used to examine the fields within the XML class schema.Scanner
Support. getScanner(java.lang.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 Scanner Constructor Description Caller(Scanner schema, Context context)
Constructor 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.
-